s4:ntvfs/smb2: remove misleading comment regarding security=server
authorStefan Metzmacher <metze@samba.org>
Sat, 12 May 2012 10:53:34 +0000 (12:53 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 15 May 2012 08:12:52 +0000 (10:12 +0200)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue May 15 10:12:53 CEST 2012 on sn-devel-104

source4/ntvfs/smb2/vfs_smb2.c

index 889c534dd0a69764b88ce8e73cf79aaad6a8497e..67a8449569485f0ed0a3b3ab3f104b65043be736 100644 (file)
@@ -191,7 +191,6 @@ static NTSTATUS cvfs_connect(struct ntvfs_module_context *ntvfs,
 
        /* Here we need to determine which server to connect to.
         * For now we use parametric options, type cifs.
-        * Later we will use security=server and auth_server.c.
         */
        host = share_string_option(scfg, SMB2_SERVER, NULL);
        user = share_string_option(scfg, SMB2_USER, NULL);