s4:ntvfs/cifs: 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 06:18:29 +0000 (08:18 +0200)
metze

source4/ntvfs/cifs/vfs_cifs.c

index 72dff99ccf5ad1b5b91fecb555adafc9163fbc0b..fb7a485d493882c7715f8d40f1a1933877420a38 100644 (file)
@@ -179,7 +179,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, CIFS_SERVER, NULL);
        user = share_string_option(scfg, CIFS_USER, NULL);