diff options
author | Jeremy Allison <jra@samba.org> | 1998-09-18 18:09:17 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-09-18 18:09:17 +0000 |
commit | 7c1a5ed1c2a55543d3f3c8bbd38e6c9c35b80390 (patch) | |
tree | 4143c3b88331a45e082cc985be2136aaddcfdd47 /source/smbd/reply.c | |
parent | f939efac9e6c45331b17e3d3aa6bc2235e886c1a (diff) | |
download | samba-7c1a5ed1c2a55543d3f3c8bbd38e6c9c35b80390.tar.gz samba-7c1a5ed1c2a55543d3f3c8bbd38e6c9c35b80390.tar.xz samba-7c1a5ed1c2a55543d3f3c8bbd38e6c9c35b80390.zip |
Fixed problems with premature kernel oplock checkin code.
The ./configure & build now seem to work ok.
Jeremy.
Diffstat (limited to 'source/smbd/reply.c')
-rw-r--r-- | source/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c index 1aa4cb988e8..ad1894358a9 100644 --- a/source/smbd/reply.c +++ b/source/smbd/reply.c @@ -1373,7 +1373,7 @@ int reply_open_and_X(connection_struct *conn, char *inbuf,char *outbuf,int lengt unixmode = unix_mode(conn,smb_attr | aARCH); open_file_shared(fsp,conn,fname,smb_mode,smb_ofun,unixmode, - oplock_request, &rmode,&smb_action); + oplock_request, &rmode,&smb_action); if (!fsp->open) { |