diff options
Diffstat (limited to 'src/LYNews.c')
-rw-r--r-- | src/LYNews.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/LYNews.c b/src/LYNews.c index 2425c365..85c5759e 100644 --- a/src/LYNews.c +++ b/src/LYNews.c @@ -118,6 +118,13 @@ PUBLIC char *LYNewsPost ARGS2( return(postfile); /* + * Return immediately if we do get called, maybe by some quirk + * of HTNews.c, when we shouldn't. - kw + */ + if (no_newspost) + return(postfile); + + /* * Open a temporary file for the headers * and message body. - FM */ |