summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-05-12 12:53:34 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-15 08:18:29 +0200
commit12ce84f0cf8b2658cf4067dd5189624bdee4bde7 (patch)
tree1fe1b807ab24b7402648efffdc7bbab354be8576 /source4/ntvfs
parent7cb4acd5dd1825e157e00e0e8babd674b494375a (diff)
downloadsamba-12ce84f0cf8b2658cf4067dd5189624bdee4bde7.tar.gz
samba-12ce84f0cf8b2658cf4067dd5189624bdee4bde7.tar.bz2
samba-12ce84f0cf8b2658cf4067dd5189624bdee4bde7.zip
s4:ntvfs/cifs: remove misleading comment regarding security=server
metze
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/cifs/vfs_cifs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/ntvfs/cifs/vfs_cifs.c b/source4/ntvfs/cifs/vfs_cifs.c
index 72dff99ccf..fb7a485d49 100644
--- a/source4/ntvfs/cifs/vfs_cifs.c
+++ b/source4/ntvfs/cifs/vfs_cifs.c
@@ -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);