1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

dmeventd: fix cleanup commit

Fixing wrong rebase of cleanup commit.
Put back call to outth.
This commit is contained in:
Zdenek Kabelac 2013-06-25 23:05:06 +02:00
parent 939aeb7058
commit 9233e6d0bb

View File

@ -988,7 +988,7 @@ static int _register_for_event(struct message_data *message_data)
almost as good as dead already... */
if ((thread_new->events & DM_EVENT_TIMEOUT) &&
(ret = -_register_for_timeout(thread_new)))
goto out;
goto outth;
if (!(thread = _lookup_thread_status(message_data))) {
_unlock_mutex();