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 10:12:52 +0200
commit8588d1086142cebcf8734fcd0773f99e8825c87b (patch)
treea683d1a4be8be543274163a8a382f3d4a686d52b /source4/ntvfs
parent12ce84f0cf8b2658cf4067dd5189624bdee4bde7 (diff)
downloadsamba-8588d1086142cebcf8734fcd0773f99e8825c87b.tar.gz
samba-8588d1086142cebcf8734fcd0773f99e8825c87b.tar.bz2
samba-8588d1086142cebcf8734fcd0773f99e8825c87b.zip
s4:ntvfs/smb2: remove misleading comment regarding security=server
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 15 10:12:53 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/smb2/vfs_smb2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/ntvfs/smb2/vfs_smb2.c b/source4/ntvfs/smb2/vfs_smb2.c
index 889c534dd0..67a8449569 100644
--- a/source4/ntvfs/smb2/vfs_smb2.c
+++ b/source4/ntvfs/smb2/vfs_smb2.c
@@ -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);