From 89087385fe1da642ff80d0558c72817c276f631b Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 20 Oct 1998 22:25:52 +0000 Subject: dce/rpc. bug-fix in ipc.c (introduced today :) (This used to be commit 48ff3e2429964404c8bf33ef625791147913a3c0) --- source3/smbd/ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') 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. */ -- cgit