diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index 135aa18..4f09e5f 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c | |||
@@ -476,12 +476,6 @@ validate_arguments (void) | |||
476 | if (db_user == NULL) | 476 | if (db_user == NULL) |
477 | db_user = strdup(""); | 477 | db_user = strdup(""); |
478 | 478 | ||
479 | if (opt_file == NULL) | ||
480 | opt_file = strdup(""); | ||
481 | |||
482 | if (opt_group == NULL) | ||
483 | opt_group = strdup(""); | ||
484 | |||
485 | if (db_host == NULL) | 479 | if (db_host == NULL) |
486 | db_host = strdup(""); | 480 | db_host = strdup(""); |
487 | 481 | ||