]> git.ipfire.org Git - thirdparty/samba.git/commit
Fix a spinning smbd when printing
authorVolker Lendecke <vl@samba.org>
Tue, 30 Dec 2008 13:05:26 +0000 (14:05 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 30 Dec 2008 13:12:44 +0000 (14:12 +0100)
commitdec9368e7458048b783bb2f967f578d5e094d805
treeabbe382b1ba2bf57f7172dd24a2deec1940bb711
parentfe100673121b73cc2091726d068d9a3e53bf494e
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.
source/printing/notify.c