projects
/
platform
/
upstream
/
polkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40b10fd
)
Exit pkaction with status 0 on success
author
Miloslav Trmač
<mitr@redhat.com>
Fri, 19 Apr 2013 23:22:58 +0000
(
01:22
+0200)
committer
Miloslav 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
patch
|
blob
|
history
diff --git
a/src/programs/pkaction.c
b/src/programs/pkaction.c
index ad68659caae055e09fdf6aa99c09ed847830e03e..f17a7dc1046e13ee49e9614a2fdec52fd00ea60b 100644
(file)
--- a/
src/programs/pkaction.c
+++ b/
src/programs/pkaction.c
@@
-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);