From e8f76e162cb3ec93273a79495941d7482ececa7b Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Mon, 8 Sep 2014 12:54:32 +0200 Subject: s3:smbd: fix a comment typo Signed-off-by: Ralph Boehme Reviewed-by: Volker Lendecke Reviewed-by: David Disseldorp --- source3/smbd/nttrans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index d7705e33bd..cf242730ee 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -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. ****************************************************************************/ -- cgit