From: Art Cancro Date: Wed, 12 Feb 2014 20:18:39 +0000 (-0500) Subject: serv_nntp.c update to api change X-Git-Tag: v9.01~122^2~24 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=a0c07d90538480cc46a6e67dac519f56d9d29e00 serv_nntp.c update to api change --- 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;