summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 8056ae55..bec7484c 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -2496,7 +2496,9 @@ recommend(int ent, fileheader_t * fhdr, const char *direct)
int isGuest = (strcmp(cuser.userid, STR_GUEST) == EQUSTR);
int logIP = 0;
int ymsg = b_lines -1;
+#ifdef ASSESS
char oldrecom = fhdr->recommend;
+#endif // ASSESS
assert(0<=currbid-1 && currbid-1<MAX_BOARD);
bp = getbcache(currbid);