From 134b6f47c67e0a9aeca14d37dd73127c91932c1a Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Mon, 30 Nov 2009 15:36:44 +0100 Subject: a few fixes in automatic reporter --- lib/Utils/xfuncs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Utils/xfuncs.cpp') diff --git a/lib/Utils/xfuncs.cpp b/lib/Utils/xfuncs.cpp index 4b208a9e..c4b6dd6b 100644 --- a/lib/Utils/xfuncs.cpp +++ b/lib/Utils/xfuncs.cpp @@ -369,7 +369,7 @@ bool string_to_bool(const char *s) return false; } -bool xgetpwnam(const char* login, uid_t *uid) +bool getuidbyname(const char* login, uid_t *uid) { struct passwd* pwd = getpwnam(login); if (pwd == NULL) -- cgit