summaryrefslogtreecommitdiff
path: root/source3/smbd/pipes.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-09 19:05:19 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-09 19:05:19 +0000
commit755986764f5a6b0ec25c7f20fde0a80eb4d121ba (patch)
tree22ab05c952aab32a7fbd376943aa4cee3f5dd44f /source3/smbd/pipes.c
parent00224e7d0875630e557922d093a264d755f36e3c (diff)
downloadsamba-755986764f5a6b0ec25c7f20fde0a80eb4d121ba.tar.gz
samba-755986764f5a6b0ec25c7f20fde0a80eb4d121ba.tar.bz2
samba-755986764f5a6b0ec25c7f20fde0a80eb4d121ba.zip
dce/rpc
(This used to be commit 32d0f5e4a564686ad6b270dd24423ee49a81f223)
Diffstat (limited to 'source3/smbd/pipes.c')
-rw-r--r--source3/smbd/pipes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c
index 3e10065711..7cf7fd8ea3 100644
--- a/source3/smbd/pipes.c
+++ b/source3/smbd/pipes.c
@@ -99,7 +99,7 @@ int reply_open_pipe_and_X(connection_struct *conn,
put_dos_date3(outbuf,smb_vwv4,mtime);
SIVAL(outbuf,smb_vwv6,size);
SSVAL(outbuf,smb_vwv8,rmode);
- SSVAL(outbuf,smb_vwv11,0);
+ SSVAL(outbuf,smb_vwv11,0x0001);
return chain_reply(inbuf,outbuf,length,bufsize);
}