diff options
Diffstat (limited to 'trans/password.c')
-rw-r--r-- | trans/password.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/trans/password.c b/trans/password.c index 2777b43d..a95bc463 100644 --- a/trans/password.c +++ b/trans/password.c @@ -160,10 +160,7 @@ S_password_check_user (struct trivfs_protid *cred, uid_t user, const_string_t pw if (cred->pi.bucket != port_bucket || cred->pi.class != trivfs_protid_class) - { - ports_port_deref (cred); - return EOPNOTSUPP; - } + return EOPNOTSUPP; /* Verify password. */ err = ugids_add_user (&ugids, user, 1); |