diff options
Diffstat (limited to 'plugins/check_real.c')
| -rw-r--r-- | plugins/check_real.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_real.c b/plugins/check_real.c index d67e1904..18240f30 100644 --- a/plugins/check_real.c +++ b/plugins/check_real.c | |||
| @@ -403,7 +403,7 @@ void | |||
| 403 | print_help (void) | 403 | print_help (void) |
| 404 | { | 404 | { |
| 405 | char *myport; | 405 | char *myport; |
| 406 | asprintf (&myport, "%d", PORT); | 406 | xasprintf (&myport, "%d", PORT); |
| 407 | 407 | ||
| 408 | print_revision (progname, NP_VERSION); | 408 | print_revision (progname, NP_VERSION); |
| 409 | 409 | ||
