这个?
src/newmain_single.c :529
if (!HAS_PERM(getCurrentUser(), PERM_SYSOP) && (curr_login_num >= MAXACTIVE + 10)) {
ansimore("etc/loginfull", false);
oflush();
sleep(1);
exit(1);
}
【 在 Gery (Gery) 的大作中提到: 】
: src/newmain_single.c u_enter函数中
: getSession()->utmpent = getnewutmpent(&uinfo, 0);
: if (getSession()->utmpent == -1) {
: ...................
--
修改:hyu35 FROM 123.127.134.*
FROM 123.127.134.*