diff options
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 7da699e0..dace435c 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -423,7 +423,9 @@ do_unanonymous_post(char *fpath) } #ifdef NO_WATER_POST +#ifndef DEBUG static time_t last_post_time = 0; +#endif static time_t water_counts = 0; #endif |