1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-18 17:57:55 +03:00

Grr - the removal of the nnecessary prs_align() from relative unicode

strings didn't make it across into HEAD.
(This used to be commit 4d715cb6829795b0fc0fe035ccb70ce0d1920c31)
This commit is contained in:
Tim Potter 2002-05-07 05:57:34 +00:00
parent a04166f35e
commit 3a4065acf7

View File

@ -551,8 +551,6 @@ BOOL smb_io_unistr(char *desc, UNISTR *uni, prs_struct *ps, int depth)
prs_debug(ps, depth, desc, "smb_io_unistr");
depth++;
if(!prs_align(ps))
return False;
if(!prs_unistr("unistr", ps, depth, uni))
return False;