From: Thibault Godouet Date: Thu, 16 Jan 2014 21:39:24 +0000 (+0000) Subject: Further fix for Solaris 10 compilation and credentials extraction from socket X-Git-Tag: ver3_1_3~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2666e7581c4bcf1c542d91809fbc7f758fe5c5bc;p=thirdparty%2Ffcron.git Further fix for Solaris 10 compilation and credentials extraction from socket --- diff --git a/socket.c b/socket.c index 8832761..5f5ace6 100644 --- a/socket.c +++ b/socket.c @@ -237,7 +237,7 @@ auth_client_getpeer(struct fcrondyn_cl *client) } p_entry = getpwuid(uid); if (p_entry == NULL) { - error_e("Could not find password entry for uid %d", cred.uid); + error_e("Could not find password entry for uid %d", uid); return; }