1
0
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:
Jeremy Allison 0001-01-01 00:00:00 +00:00
parent 504e5ef049
commit 5b43519219

View File

@ -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))