summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/passwd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/passwd.c b/mbbsd/passwd.c
index 7145fb1a..b5e85907 100644
--- a/mbbsd/passwd.c
+++ b/mbbsd/passwd.c
@@ -103,14 +103,12 @@ passwd_update(int num, userec_t * buf)
}
currutmp->alerts &= ~ALERT_PWD;
- /*
// ALERT_PWD_RELOAD: reload all! No need to write.
if (pwdfd & ALERT_PWD_RELOAD)
{
memcpy(&cuser, &u, sizeof(u));
return 0;
}
- */
}
if ((pwdfd = open(fn_passwd, O_WRONLY)) < 0)
exit(1);