summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2011-07-14 11:32:02 +0200
committerDanny Kukawka <danny.kukawka@web.de>2011-07-14 11:32:59 +0200
commitd88d41e082bf4bfb07b61ea1f9c68426e069e103 (patch)
tree4cc5c0cc6c8660e911ba878cc1a9cd3b8dd678c4
parent33b8b5bb08f6fe19211efbba210dc2b8a66f1fe9 (diff)
fixed compiler warninghal-0_5_12-SUSE_CODE11-branch
Fixed compiler warning: removed unused label 'out'.
-rw-r--r--tools/hal-acl-tool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/hal-acl-tool.c b/tools/hal-acl-tool.c
index db173748..5896873e 100644
--- a/tools/hal-acl-tool.c
+++ b/tools/hal-acl-tool.c
@@ -921,7 +921,6 @@ acl_compute_changes (GSList *afd_list, gboolean only_update_acllist)
acl_apply_changes (current_acl_list, only_update_acllist, FALSE);
-out:
if (current_acl_list != NULL) {
g_slist_foreach (current_acl_list, (GFunc) hal_acl_free, NULL);
g_slist_free (current_acl_list);