diff options
Diffstat (limited to 'innbbsd')
-rw-r--r-- | innbbsd/receive_article.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/innbbsd/receive_article.c b/innbbsd/receive_article.c index 29790a96..f45fda75 100644 --- a/innbbsd/receive_article.c +++ b/innbbsd/receive_article.c @@ -873,8 +873,10 @@ char *pathname, *firstpath; append_record(index, &header, sizeof(header)); - if((bid = getbnum(board)) > 0) + if((bid = getbnum(board)) > 0){ touchbtotal(bid); + touchdircache(bid); + } return name; } |