From 46e3dbe759fb3fb693b7413a707c4fd7f69c3c92 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 23 Dec 2010 18:31:47 -0600 Subject: [PATCH] stkagent: Remove unneeded goto --- src/stkagent.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stkagent.c b/src/stkagent.c index 2cdc6e16..2d8f2366 100644 --- a/src/stkagent.c +++ b/src/stkagent.c @@ -983,8 +983,6 @@ static void action_info_cb(DBusPendingCall *call, void *data) goto error; } - goto done; - CALLBACK_END(); }