diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-20 22:25:52 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-20 22:25:52 +0000 |
commit | 89087385fe1da642ff80d0558c72817c276f631b (patch) | |
tree | 2479dda70eb9a8690a594ee2232c5f0b35f0cf43 /source3/smbd | |
parent | e094a36a98db8299d7b2b21c8f8ee0ee97e57030 (diff) | |
download | samba-89087385fe1da642ff80d0558c72817c276f631b.tar.gz samba-89087385fe1da642ff80d0558c72817c276f631b.tar.bz2 samba-89087385fe1da642ff80d0558c72817c276f631b.zip |
dce/rpc. bug-fix in ipc.c (introduced today :)
(This used to be commit 48ff3e2429964404c8bf33ef625791147913a3c0)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c index 3e697a59ce..249c286ec7 100644 --- a/source3/smbd/ipc.c +++ b/source3/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. */ |