summaryrefslogtreecommitdiffstats
path: root/plugins/check_mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_mysql.c')
-rw-r--r--plugins/check_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c
index a9f0f60..d82dea1 100644
--- a/plugins/check_mysql.c
+++ b/plugins/check_mysql.c
@@ -362,7 +362,7 @@ validate_arguments (void)
362 db_host = strdup(""); 362 db_host = strdup("");
363 363
364 if (db_pass == NULL) 364 if (db_pass == NULL)
365 db_pass == strdup(""); 365 db_pass = strdup("");
366 366
367 if (db == NULL) 367 if (db == NULL)
368 db = strdup(""); 368 db = strdup("");