]> git.ipfire.org Git - thirdparty/openldap.git/commit
Simplify pause handling
authorOndřej Kuzník <okuznik@symas.com>
Tue, 8 May 2018 15:00:27 +0000 (16:00 +0100)
committerOndřej Kuzník <okuznik@symas.com>
Tue, 17 Nov 2020 17:58:15 +0000 (17:58 +0000)
commit9444dfc9913abf6d5dcc772130532cf20ca401f3
treecc28c204d750e54b0f749338c0853d10ebdcf8eb
parent25a4d684fc931ca3be2ab075e0adc2108a22445c
Simplify pause handling

Gets rid of a race where unpause+pause fired in a quick succession would
miss the event_base_loopbreak() call.
servers/lloadd/daemon.c