summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-04-16 11:56:58 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-04-16 11:56:58 +0000
commit4c6d325781da2ca79e9a53f3b97d92df1cb17ddd (patch)
tree37ad9580bda8906508d4618c14d6763e43d410e7
parentddc858a961755ba3832f61bbbc00dceff8dccf2a (diff)
downloadsamba-4c6d325781da2ca79e9a53f3b97d92df1cb17ddd.tar.gz
samba-4c6d325781da2ca79e9a53f3b97d92df1cb17ddd.tar.bz2
samba-4c6d325781da2ca79e9a53f3b97d92df1cb17ddd.zip
Expand this magic number into the #defines it is made up of.
(This used to be commit 3d2d19b91036b6b11a33996d4b8bf266bad32737)
-rw-r--r--source3/smbd/oplock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c
index f5c19bcf62..d6c44893d6 100644
--- a/source3/smbd/oplock.c
+++ b/source3/smbd/oplock.c
@@ -391,7 +391,7 @@ pid %d, port %d, dev = %x, inode = %.0f, file_id = %lu\n",
/*
* Keep this as a debug case - eventually we can remove it.
*/
- case 0x8001:
+ case (CMD_REPLY | KERNEL_OPLOCK_BREAK_CMD):
DEBUG(0,("process_local_message: Received unsolicited break \
reply - dumping info.\n"));