Fix a spinning smbd when printing
commitb3abd484dbd7673120f7a7a9613789dc7aeb9341
authorVolker Lendecke <vl@samba.org>
Tue, 30 Dec 2008 13:05:26 +0000 (30 14:05 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 30 Dec 2008 13:14:06 +0000 (30 14:14 +0100)
tree85c6fc842b94a40ac74bdc82f802648827a63859
parentff50a88331e95bcb03e7d60a2e1eaded516f309f
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.
source3/printing/notify.c