From: Stefan Metzmacher Date: Sat, 12 May 2012 10:53:34 +0000 (+0200) Subject: s4:ntvfs/smb2: remove misleading comment regarding security=server X-Git-Tag: samba-4.0.0alpha21~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8588d1086142cebcf8734fcd0773f99e8825c87b;p=thirdparty%2Fsamba.git s4:ntvfs/smb2: remove misleading comment regarding security=server metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Tue May 15 10:12:53 CEST 2012 on sn-devel-104 --- diff --git a/source4/ntvfs/smb2/vfs_smb2.c b/source4/ntvfs/smb2/vfs_smb2.c index 889c534dd0a..67a84495694 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);