summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/smbd/process.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/smbd/process.c b/source/smbd/process.c
index 091b9c76af5..3ba5cb82f2e 100644
--- a/source/smbd/process.c
+++ b/source/smbd/process.c
@@ -117,6 +117,9 @@ oplock messages, change notify events etc.
****************************************************************************/
static void async_processing(char *buffer, int buffer_len)
{
+
+ DEBUG(10,("async_processing: Doing async processing.\n"));
+
/* check for oplock messages (both UDP and kernel) */
if (receive_local_message(buffer, buffer_len, 1)) {
process_local_message(buffer, buffer_len);