diff options
Diffstat (limited to 'inet/ruserpass.c')
-rw-r--r-- | inet/ruserpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/ruserpass.c b/inet/ruserpass.c index 71a734dfda..6898d8f47c 100644 --- a/inet/ruserpass.c +++ b/inet/ruserpass.c @@ -108,7 +108,7 @@ ruserpass(host, aname, apass) which is no improvement. This really should call getpwuid(getuid()). */ /*hdir = ".";*/ - return -1; + return -1; } buf = alloca (strlen (hdir) + 8); |