bm.c
571行附近
- if (!(id = getuser(uident, &lookupuser))) {
- move(3, 0);
- prints("Invalid User Id");
- clrtoeol();
- pressreturn();
- clear();
- return 0;
- }
- strcpy(uident, lookupuser->userid);
i=currboardent;
if (readperm)
setbfile(fn, currboard->filename, "read_club_users");
else
setbfile(fn, currboard->filename, "write_club_users");
ret = del_from_file(fn, uident);
+ if (!getuser(uident, &lookupuser)) return 0;
if (ret == 0){
--
FROM 211.83.152.*