From: Peter Maydell Date: Sun, 4 May 2008 20:58:35 +0000 (+0000) Subject: bug #23167: sbr/ruserpass.c (ruserpass): make bad permissions on .netrc be X-Git-Tag: PRE_POSIX_CONVERSION~66 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=ae31d21710465851fdecc8e5fb447e690b83a9f4;hp=ae31d21710465851fdecc8e5fb447e690b83a9f4 bug #23167: sbr/ruserpass.c (ruserpass): make bad permissions on .netrc be an instantly fatal error. Previously we returned an error value; however, no caller was checking it. So now ruserpass() has a void return type. ---