summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_misc.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-07 05:57:34 +0000
committerTim Potter <tpot@samba.org>2002-05-07 05:57:34 +0000
commit3a4065acf78f2dfb38a9901378da3d4d5228f331 (patch)
treeaccc75077c8f98c99226e764ae89dc9d9d1df62f /source3/rpc_parse/parse_misc.c
parenta04166f35e84f55b58cfecf568061ff2968421dc (diff)
downloadsamba-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)
Diffstat (limited to 'source3/rpc_parse/parse_misc.c')
-rw-r--r--source3/rpc_parse/parse_misc.c2
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;