summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r--mbbsd/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index 3de710aa..e94e1191 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -173,7 +173,7 @@ TagPruner(int bid)
assert(bid >= 0); /* bid == 0 means in mailbox */
if (bid){
bp = getbcache(bid);
- if (strcmp(bp->brdname, GLOBAL_SECURITY) == 0)
+ if (strcmp(bp->brdname, BN_SECURITY) == 0)
return DONOTHING;
}
if (TagNum && ((currstat != READING) || (currmode & MODE_BOARD))) {