diff options
Diffstat (limited to 'plugins/check_mysql_query.c')
| -rw-r--r-- | plugins/check_mysql_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mysql_query.c b/plugins/check_mysql_query.c index 6c5e4367..e887bca2 100644 --- a/plugins/check_mysql_query.c +++ b/plugins/check_mysql_query.c | |||
| @@ -271,7 +271,7 @@ validate_arguments (void) | |||
| 271 | db_host = strdup(""); | 271 | db_host = strdup(""); |
| 272 | 272 | ||
| 273 | if (db_pass == NULL) | 273 | if (db_pass == NULL) |
| 274 | db_pass == strdup(""); | 274 | db_pass = strdup(""); |
| 275 | 275 | ||
| 276 | if (db == NULL) | 276 | if (db == NULL) |
| 277 | db = strdup(""); | 277 | db = strdup(""); |
