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 e7db0de..95e800c 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c | |||
@@ -500,7 +500,7 @@ void | |||
500 | print_help (void) | 500 | print_help (void) |
501 | { | 501 | { |
502 | char *myport; | 502 | char *myport; |
503 | asprintf (&myport, "%d", MYSQL_PORT); | 503 | xasprintf (&myport, "%d", MYSQL_PORT); |
504 | 504 | ||
505 | print_revision (progname, NP_VERSION); | 505 | print_revision (progname, NP_VERSION); |
506 | 506 | ||