From cb1af61cb1988931654ad14c787d2493ef629a58 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 10 Aug 2011 23:36:06 -0400 Subject: s3-messaging: Remove obsolete class. The FLAG_MSG_PRINT_NOTIFY class is actually obsolete and never used, as the only message belonging to it is not used either. Signed-off-by: Andreas Schneider --- source3/printing/spoolssd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/printing') diff --git a/source3/printing/spoolssd.c b/source3/printing/spoolssd.c index 38671ca662..3d17602617 100644 --- a/source3/printing/spoolssd.c +++ b/source3/printing/spoolssd.c @@ -349,7 +349,6 @@ static bool spoolss_child_init(struct tevent_context *ev_ctx, if (!serverid_register(procid_self(), FLAG_MSG_GENERAL | - FLAG_MSG_PRINT_NOTIFY | FLAG_MSG_PRINT_GENERAL)) { return false; } @@ -825,7 +824,6 @@ pid_t start_spoolssd(struct tevent_context *ev_ctx, if (!serverid_register(procid_self(), FLAG_MSG_GENERAL | FLAG_MSG_SMBD | - FLAG_MSG_PRINT_NOTIFY | FLAG_MSG_PRINT_GENERAL)) { exit(1); } -- cgit