From 4c6d325781da2ca79e9a53f3b97d92df1cb17ddd Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 16 Apr 2003 11:56:58 +0000 Subject: Expand this magic number into the #defines it is made up of. (This used to be commit 3d2d19b91036b6b11a33996d4b8bf266bad32737) --- source3/smbd/oplock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- cgit