From 9233e6d0bb5b3b21cc67fd0baae3fb4cb099bdcb Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 25 Jun 2013 23:05:06 +0200 Subject: [PATCH] dmeventd: fix cleanup commit Fixing wrong rebase of cleanup commit. Put back call to outth. --- daemons/dmeventd/dmeventd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/dmeventd/dmeventd.c b/daemons/dmeventd/dmeventd.c index e9924f60b..b912ead22 100644 --- a/daemons/dmeventd/dmeventd.c +++ b/daemons/dmeventd/dmeventd.c @@ -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(); -- 2.43.5