Exit pkaction with status 0 on success
authorMiloslav Trmač <mitr@redhat.com>
Fri, 19 Apr 2013 23:22:58 +0000 (01:22 +0200)
committerMiloslav Trmač <mitr@redhat.com>
Mon, 13 May 2013 15:41:37 +0000 (17:41 +0200)
https://bugs.freedesktop.org/show_bug.cgi?id=29936

src/programs/pkaction.c

index ad68659caae055e09fdf6aa99c09ed847830e03e..f17a7dc1046e13ee49e9614a2fdec52fd00ea60b 100644 (file)
@@ -207,6 +207,8 @@ main (int argc, char *argv[])
         }
     }
 
+  ret = 0;
+
  out:
   g_list_foreach (actions, (GFunc) g_object_unref, NULL);
   g_list_free (actions);