summaryrefslogtreecommitdiffstats
path: root/source/smbd
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
commit3d2d19b91036b6b11a33996d4b8bf266bad32737 (patch)
treea392830c668594b71733c4729a169bb8c2fd06f9 /source/smbd
parent3bdbd320b001ea5881573f6c6a4c2259a60e2bb3 (diff)
downloadsamba-3d2d19b91036b6b11a33996d4b8bf266bad32737.tar.gz
samba-3d2d19b91036b6b11a33996d4b8bf266bad32737.tar.xz
samba-3d2d19b91036b6b11a33996d4b8bf266bad32737.zip
Expand this magic number into the #defines it is made up of.
Diffstat (limited to 'source/smbd')
-rw-r--r--source/smbd/oplock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/oplock.c b/source/smbd/oplock.c
index f5c19bcf62c..d6c44893d65 100644
--- a/source/smbd/oplock.c
+++ b/source/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"));