From 9f12575712fc2d5fb44558562f482cd8459140e8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 10 Aug 2011 23:25:56 -0400 Subject: s3-messaging: Change classification of MSG_SMB_CONF_UPDATED. smbd is not the only daemon interested in smb.conf changes. Move this message to the GENERAL class so that all interested partied (nmbd, winbindd, spoolssd, etc..) can receive this notification. Signed-off-by: Andreas Schneider --- source3/include/messages.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/messages.h') diff --git a/source3/include/messages.h b/source3/include/messages.h index 8ea6c89640..c15dadcc38 100644 --- a/source3/include/messages.h +++ b/source3/include/messages.h @@ -47,7 +47,6 @@ /* dbwrap messages 4001-4999 */ #define FLAG_MSG_DBWRAP 0x0020 - /* * ctdb gives us 64-bit server ids for messaging_send. This is done to avoid * pid clashes and to be able to register for special messages like "all -- cgit