Fix a spinning smbd when printing
commit7125c95bf1f7a822f2873938bcdde4be5acdd59c
authorVolker Lendecke <vl@samba.org>
Tue, 30 Dec 2008 13:05:26 +0000 (30 14:05 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 2 Jan 2009 11:44:26 +0000 (2 12:44 +0100)
treee64ea24c9a182d27eda66307037dcd104f9f6940
parentd64d9d6205d68951b9efec959194c12ce204961c
Fix a spinning smbd when printing

Without this, we end up adding more than one timed event. In the event handler
print_notify_event_send_messages() only one event will be deleted, all others
will fire indefinitely.
(cherry picked from commit dec9368e7458048b783bb2f967f578d5e094d805)
source/printing/notify.c