summaryrefslogtreecommitdiffstats
path: root/source/smbd/pipes.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-09-26 19:26:56 +0000
committerJeremy Allison <jra@samba.org>1997-09-26 19:26:56 +0000
commit7e3d4c8b21f63a06d32605d230129e36883ad08c (patch)
tree2a838c78d54b1bc41d9abe019f285ea73238f51c /source/smbd/pipes.c
parenteb55ddd5bff1c6f95292215a8c53acb6bfdadeb2 (diff)
downloadsamba-7e3d4c8b21f63a06d32605d230129e36883ad08c.tar.gz
samba-7e3d4c8b21f63a06d32605d230129e36883ad08c.tar.xz
samba-7e3d4c8b21f63a06d32605d230129e36883ad08c.zip
Syncing up current oplock work in progress. #ifdef'ed out
so should have no effect on other work. Jeremy (jallison@whistle.com)
Diffstat (limited to 'source/smbd/pipes.c')
-rw-r--r--source/smbd/pipes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/pipes.c b/source/smbd/pipes.c
index feb8d91a5b0..a465e911459 100644
--- a/source/smbd/pipes.c
+++ b/source/smbd/pipes.c
@@ -127,7 +127,7 @@ int reply_open_pipe_and_X(char *inbuf,char *outbuf,int length,int bufsize)
unixmode = unix_mode(cnum,smb_attr);
open_file_shared(fnum,cnum,fname,smb_mode,smb_ofun,unixmode,
- &rmode,&smb_action);
+ 0, &rmode,&smb_action);
if (!Files[fnum].open)
{