summaryrefslogtreecommitdiffstats
path: root/bin/drakguard
diff options
context:
space:
mode:
Diffstat (limited to 'bin/drakguard')
-rwxr-xr-xbin/drakguard4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/drakguard b/bin/drakguard
index aeac40d..287847d 100755
--- a/bin/drakguard
+++ b/bin/drakguard
@@ -234,8 +234,8 @@ sub remove_user() {
}
sub quit_gui {
- my ($code) = @_;
- $w->exit($code);
+ my ($o_code) = @_;
+ $w->exit($o_code);
}
sub load() {