diff options
Diffstat (limited to 'pfinet/io-ops.c')
-rw-r--r-- | pfinet/io-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/io-ops.c b/pfinet/io-ops.c index c1b6e5b5..33260b3a 100644 --- a/pfinet/io-ops.c +++ b/pfinet/io-ops.c @@ -380,7 +380,7 @@ S_io_reauthenticate (struct sock_user *user, if (!newuser) { pthread_mutex_unlock (&global_lock); - return 0; + return errno; } auth = getauth (); |