diff options
author | Simo Sorce <idra@samba.org> | 2011-08-10 23:36:06 -0400 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-08-11 14:57:55 +0200 |
commit | cb1af61cb1988931654ad14c787d2493ef629a58 (patch) | |
tree | 22cecff8c2167935e2f15062ada5a5bd59d5af09 /source3/lib | |
parent | 91a45490a57e160acd3cbecd58cf2c614cda70be (diff) | |
download | samba-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/lib')
-rw-r--r-- | source3/lib/messages.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/messages.c b/source3/lib/messages.c index d66af39757..0cdef63fdc 100644 --- a/source3/lib/messages.c +++ b/source3/lib/messages.c @@ -150,8 +150,6 @@ bool message_send_all(struct messaging_context *msg_ctx, msg_all.msg_flag = FLAG_MSG_GENERAL; else if (msg_type > 1000 && msg_type < 2000) msg_all.msg_flag = FLAG_MSG_NMBD; - else if (msg_type > 2000 && msg_type < 2100) - msg_all.msg_flag = FLAG_MSG_PRINT_NOTIFY; else if (msg_type > 2100 && msg_type < 3000) msg_all.msg_flag = FLAG_MSG_PRINT_GENERAL; else if (msg_type > 3000 && msg_type < 4000) |