mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +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)
|
||||
return False;
|
||||
|
||||
prs_debug(ps, depth, desc, "sam_io_user_info23");
|
||||
prs_debug(ps, depth, desc, "sam_io_user_info25");
|
||||
depth++;
|
||||
|
||||
if(!prs_align(ps))
|
||||
|
Loading…
Reference in New Issue
Block a user