From efc20c679a6fb374a47bdb2f7c1c87c11a49ae61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 2 Jan 2014 19:30:41 -0500 Subject: [PATCH] cosmetic --- plugins/mysql/mysql_connections_per_user | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/mysql/mysql_connections_per_user b/plugins/mysql/mysql_connections_per_user index cc7bfbd0..334fe04f 100755 --- a/plugins/mysql/mysql_connections_per_user +++ b/plugins/mysql/mysql_connections_per_user @@ -63,15 +63,13 @@ my $arg = shift(); # Check to see how the script was called if ($arg eq 'config') { print_graph_information(); - exit(); } elsif ($arg eq 'autoconf') { if (test_service()) { print "yes\n"; } else { print "no\n"; } - exit; } else { print_graph_data(); - exit; } +exit; sub print_graph_data() { # Define the values that are returned to munin