From 66a8002d6ab3d8eebd2208ae39add3d76bdda6a7 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 23 Dec 2010 18:34:53 -0600 Subject: Revert "stkagent: Remove unneeded goto" This reverts commit 46e3dbe759fb3fb693b7413a707c4fd7f69c3c92. --- src/stkagent.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/stkagent.c b/src/stkagent.c index 2d8f2366..2cdc6e16 100644 --- a/src/stkagent.c +++ b/src/stkagent.c @@ -983,6 +983,8 @@ static void action_info_cb(DBusPendingCall *call, void *data) goto error; } + goto done; + CALLBACK_END(); } -- cgit v1.2.3