summaryrefslogtreecommitdiff
path: root/source/smbd/ipc.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-20 22:25:52 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-20 22:25:52 +0000
commit48ff3e2429964404c8bf33ef625791147913a3c0 (patch)
tree401e423d42641cac66d1a54b881dfafbf038da36 /source/smbd/ipc.c
parentdbdbce29f56d03f6abf1ee3d96ca2032e688dcbc (diff)
downloadsamba-48ff3e2429964404c8bf33ef625791147913a3c0.tar.gz
dce/rpc. bug-fix in ipc.c (introduced today :)
Diffstat (limited to 'source/smbd/ipc.c')
-rw-r--r--source/smbd/ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/ipc.c b/source/smbd/ipc.c
index 3e697a59ce5..249c286ec7b 100644
--- a/source/smbd/ipc.c
+++ b/source/smbd/ipc.c
@@ -3195,7 +3195,7 @@ static int api_fd_reply(connection_struct *conn,uint16 vuid,char *outbuf,
DEBUG(5,("api_fd_reply\n"));
/* make a static data parsing structure from the api_fd_reply data */
- prs_init(&pd, 0, 4, True, 0);
+ prs_init(&pd, 0, 4, 0, True);
mem_create(pd.data, data, 0, tdscnt, 0, False);
/* First find out the name of this file. */