Revert "stkagent: Remove unneeded goto"

This reverts commit 46e3dbe759.
This commit is contained in:
Denis Kenzior 2010-12-23 18:34:53 -06:00
parent cf312ae79a
commit 66a8002d6a
1 changed files with 2 additions and 0 deletions

View File

@ -983,6 +983,8 @@ static void action_info_cb(DBusPendingCall *call, void *data)
goto error;
}
goto done;
CALLBACK_END();
}