summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-08-10 23:36:06 -0400
committerAndreas Schneider <asn@samba.org>2011-08-11 14:57:55 +0200
commitcb1af61cb1988931654ad14c787d2493ef629a58 (patch)
tree22cecff8c2167935e2f15062ada5a5bd59d5af09 /source3/printing
parent91a45490a57e160acd3cbecd58cf2c614cda70be (diff)
downloadsamba-cb1af61cb1988931654ad14c787d2493ef629a58.tar.gz
samba-cb1af61cb1988931654ad14c787d2493ef629a58.tar.bz2
samba-cb1af61cb1988931654ad14c787d2493ef629a58.zip
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 <asn@samba.org>
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/spoolssd.c2
1 files changed, 0 insertions, 2 deletions
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);
}