]> git.pond.sub.org Git - empserver/commit
Fix shutdown_initiate() not to start multiple shutdown threads
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 20 Jul 2008 14:20:40 +0000 (10:20 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 25 Jul 2008 12:16:38 +0000 (08:16 -0400)
commit7e80101fac1315952ba7a3276a334e3be0ba6947
treea6934ab9e514ebb66e67bb84983effd37c0ac2f2
parentc7426e1b459f11edd5c31cec3d24c5105357ada6
Fix shutdown_initiate() not to start multiple shutdown threads

This happened when you cancelled shutdown and initiated another one
before the old shutdown thread noticed the cancellation.
src/server/shutdown.c