mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
Fix for debug typo.
This commit is contained in:
parent
504e5ef049
commit
5b43519219
@ -5610,7 +5610,7 @@ static BOOL sam_io_user_info25(char *desc, SAM_USER_INFO_25 * usr, prs_struct *p
|
|||||||
if (usr == NULL)
|
if (usr == NULL)
|
||||||
return False;
|
return False;
|
||||||
|
|
||||||
prs_debug(ps, depth, desc, "sam_io_user_info23");
|
prs_debug(ps, depth, desc, "sam_io_user_info25");
|
||||||
depth++;
|
depth++;
|
||||||
|
|
||||||
if(!prs_align(ps))
|
if(!prs_align(ps))
|
||||||
|
Loading…
Reference in New Issue
Block a user