bug #23167: sbr/ruserpass.c (ruserpass): make bad permissions on .netrc be
authorPeter Maydell <pmaydell@chiark.greenend.org.uk>
Sun, 4 May 2008 20:58:35 +0000 (20:58 +0000)
committerPeter Maydell <pmaydell@chiark.greenend.org.uk>
Sun, 4 May 2008 20:58:35 +0000 (20:58 +0000)
an instantly fatal error. Previously we returned an error value; however, no
caller was checking it. So now ruserpass() has a void return type.


No differences found