From a0c07d90538480cc46a6e67dac519f56d9d29e00 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 12 Feb 2014 15:18:39 -0500 Subject: [PATCH] serv_nntp.c update to api change --- citadel/modules/nntp/serv_nntp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/citadel/modules/nntp/serv_nntp.c b/citadel/modules/nntp/serv_nntp.c index 495771d59..fb81dd9b1 100644 --- a/citadel/modules/nntp/serv_nntp.c +++ b/citadel/modules/nntp/serv_nntp.c @@ -770,7 +770,8 @@ void nntp_article(const char *cmd) { NULL, // teh whole thing, not just a section 0, // no flags yet ... maybe new ones for Path: etc ? NULL, - NULL + NULL, + NULL // FIXME this is where we grab teh message ID !! ); StrBuf *msgtext = CC->redirect_buffer; CC->redirect_buffer = NULL; -- 2.30.2