summaryrefslogtreecommitdiff
path: root/source/rpc_parse/parse_misc.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-12-09 16:28:04 +0000
committerLuke Leighton <lkcl@samba.org>1998-12-09 16:28:04 +0000
commitdacf5b152bf74cc3ee9a816911384a5eb0e77afa (patch)
tree33c4fea85c7427d7a9c9fb3045d1f23ee48613c6 /source/rpc_parse/parse_misc.c
parent501617307f3b9bbad76406d00b1bc82f5cb479a6 (diff)
downloadsamba-dacf5b152bf74cc3ee9a816911384a5eb0e77afa.tar.gz
adding some enumerate services code, client and server.
Diffstat (limited to 'source/rpc_parse/parse_misc.c')
-rw-r--r--source/rpc_parse/parse_misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/rpc_parse/parse_misc.c b/source/rpc_parse/parse_misc.c
index fdc67d09059..6b3fc9415eb 100644
--- a/source/rpc_parse/parse_misc.c
+++ b/source/rpc_parse/parse_misc.c
@@ -343,7 +343,6 @@ void smb_io_unistr(char *desc, UNISTR *uni, prs_struct *ps, int depth)
prs_debug(ps, depth, desc, "smb_io_unistr");
depth++;
- prs_align(ps);
prs_unistr("unistr", ps, depth, uni);
}