diff options
author | Jeremy Allison <jra@samba.org> | 2001-06-19 07:32:30 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-06-19 07:32:30 +0000 |
commit | 2abb4c1c6f98d3ae89272681c48144125feec84d (patch) | |
tree | 594b5811c014c06d91fb9d7ff2d414a94f0d03f3 /source/smbd/reply.c | |
parent | bab60032dce1c19359d864727f75645f533261cd (diff) | |
download | samba-2abb4c1c6f98d3ae89272681c48144125feec84d.tar.gz samba-2abb4c1c6f98d3ae89272681c48144125feec84d.tar.xz samba-2abb4c1c6f98d3ae89272681c48144125feec84d.zip |
Extra error message in open. Fix for debug in reply.c
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 bc506f9a2d4..32366a84ee3 100644 --- a/source/smbd/reply.c +++ b/source/smbd/reply.c @@ -4333,7 +4333,7 @@ int reply_lockingX(connection_struct *conn, char *inbuf,char *outbuf,int length, BOOL break_to_none = (oplocklevel == 0); DEBUG(5,("reply_lockingX: oplock break reply (%u) from client for fnum = %d\n", - fsp->fnum, (unsigned int)oplocklevel )); + (unsigned int)oplocklevel, fsp->fnum )); /* * Make sure we have granted an exclusive or batch oplock on this file. |