mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-26 16:48:09 -04:00
- compiler warning removed (but usage2 messages badly broken)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@812 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
f2bfb2f791
commit
55f8f712fb
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ process_arguments (int argc, char **argv)
|
|||
pw = getpwuid ((uid_t) uid);
|
||||
/* check to be sure user exists */
|
||||
if (pw == NULL)
|
||||
usage2 (_("UID %d was not found\n"), uid);
|
||||
usage2 (_("UID %s was not found\n"), optarg);
|
||||
}
|
||||
else {
|
||||
pw = getpwnam (optarg);
|
||||
|
|
|
|||
Loading…
Reference in a new issue