diff options
Diffstat (limited to 'plugins/check_users.c')
-rw-r--r-- | plugins/check_users.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_users.c b/plugins/check_users.c index 37662928..c581fb29 100644 --- a/plugins/check_users.c +++ b/plugins/check_users.c | |||
@@ -89,7 +89,7 @@ main (int argc, char **argv) | |||
89 | if (result == STATE_UNKNOWN) | 89 | if (result == STATE_UNKNOWN) |
90 | printf ("%s\n", _("Unable to read output")); | 90 | printf ("%s\n", _("Unable to read output")); |
91 | else { | 91 | else { |
92 | asprintf (&perf, "%s", perfdata ("users", users, "", | 92 | xasprintf (&perf, "%s", perfdata ("users", users, "", |
93 | TRUE, wusers, | 93 | TRUE, wusers, |
94 | TRUE, cusers, | 94 | TRUE, cusers, |
95 | TRUE, 0, | 95 | TRUE, 0, |