smbXsrv: remove an old comment - multi-channel support is now available
authorMichael Adam <obnox@samba.org>
Fri, 26 Aug 2016 11:55:13 +0000 (13:55 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 10 Feb 2020 14:09:17 +0000 (15:09 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/librpc/idl/smbXsrv.idl

index 60c9bb47f567b43f32f870ec2886d45392beaaee..4d645809d4f77f81e69b9f2f86fe6063e01ad75d 100644 (file)
@@ -134,11 +134,6 @@ interface smbXsrv
                 */
                [ignore] struct smbXsrv_open_table      *open_table;
 
-               /*
-                * For now this is only one connection!
-                * With multi-channel support we'll get more than
-                * one in future.
-                */
                [ignore] struct smbXsrv_connection      *connections;
                boolean8                server_multi_channel_enabled;
        } smbXsrv_client;