diff options
| author | Ralph Boehme <rb@sernet.de> | 2014-09-08 12:54:32 +0200 |
|---|---|---|
| committer | David Disseldorp <ddiss@samba.org> | 2014-09-09 13:03:58 +0200 |
| commit | e8f76e162cb3ec93273a79495941d7482ececa7b (patch) | |
| tree | d1e3e07b2d5abc9d37943e69843487b8e5cb5cbd /source3 | |
| parent | af23d5efc0a95bfac4f0d1d38f3f9bfdd33efa2e (diff) | |
s3:smbd: fix a comment typo
Signed-off-by: Ralph Boehme <rb@sernet.de>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'source3')
| -rw-r--r-- | source3/smbd/nttrans.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. ****************************************************************************/ |
