summaryrefslogtreecommitdiffstats
path: root/src/stkagent.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-12-23 18:34:53 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-12-23 18:34:53 -0600
commit66a8002d6ab3d8eebd2208ae39add3d76bdda6a7 (patch)
tree183f576d3bbf5683bf2559c69d34cac2a88bfbee /src/stkagent.c
parentcf312ae79a9f66cb3e2d5865fd7d849d62bd37b9 (diff)
downloadofono-66a8002d6ab3d8eebd2208ae39add3d76bdda6a7.tar.bz2
Revert "stkagent: Remove unneeded goto"
This reverts commit 46e3dbe759fb3fb693b7413a707c4fd7f69c3c92.
Diffstat (limited to 'src/stkagent.c')
-rw-r--r--src/stkagent.c2
1 files changed, 2 insertions, 0 deletions
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();
}