mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
smbd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
d7a91a855c
commit
1f78a8e32f
@ -1309,7 +1309,7 @@ static void call_nt_transact_create(connection_struct *conn,
|
||||
ea_list_has_invalid_name(ea_list)) {
|
||||
/* Realloc the size of parameters and data we will return */
|
||||
if (flags & EXTENDED_RESPONSE_REQUIRED) {
|
||||
/* Extended response is 32 more byyes. */
|
||||
/* Extended response is 32 more bytes. */
|
||||
param_len = 101;
|
||||
} else {
|
||||
param_len = 69;
|
||||
|
Loading…
Reference in New Issue
Block a user