s3:smbd: fix a comment typo
authorRalph Boehme <rb@sernet.de>
Mon, 8 Sep 2014 10:54:32 +0000 (12:54 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Tue, 9 Sep 2014 11:03:58 +0000 (13:03 +0200)
Signed-off-by: Ralph Boehme <rb@sernet.de>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
source3/smbd/nttrans.c

index d7705e33bd3507f4b40d9323a466f76b0d6a85bb..cf242730ee94e1a6e736a66657cd289952aba0f3 100644 (file)
@@ -1867,7 +1867,7 @@ static NTSTATUS get_null_nt_acl(TALLOC_CTX *mem_ctx, struct security_descriptor
 
 /****************************************************************************
  Reply to query a security descriptor.
- Callable from SMB2 and SMB2.
+ Callable from SMB1 and SMB2.
  If it returns NT_STATUS_BUFFER_TOO_SMALL, pdata_size is initialized with
  the required size.
 ****************************************************************************/