diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_mysql.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index 135aa18c..4f09e5f8 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c @@ -476,12 +476,6 @@ validate_arguments (void) if (db_user == NULL) db_user = strdup(""); - if (opt_file == NULL) - opt_file = strdup(""); - - if (opt_group == NULL) - opt_group = strdup(""); - if (db_host == NULL) db_host = strdup(""); |