diff options
author | Tim Potter <tpot@samba.org> | 2002-05-07 05:57:34 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-07 05:57:34 +0000 |
commit | 3a4065acf78f2dfb38a9901378da3d4d5228f331 (patch) | |
tree | accc75077c8f98c99226e764ae89dc9d9d1df62f | |
parent | a04166f35e84f55b58cfecf568061ff2968421dc (diff) | |
download | samba-3a4065acf78f2dfb38a9901378da3d4d5228f331.tar.gz samba-3a4065acf78f2dfb38a9901378da3d4d5228f331.tar.bz2 samba-3a4065acf78f2dfb38a9901378da3d4d5228f331.zip |
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)
-rw-r--r-- | source3/rpc_parse/parse_misc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpc_parse/parse_misc.c b/source3/rpc_parse/parse_misc.c index f326681c64..1883a55121 100644 --- a/source3/rpc_parse/parse_misc.c +++ b/source3/rpc_parse/parse_misc.c @@ -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; |