serv_nntp.c update to api change
authorArt Cancro <ajc@uncensored.citadel.org>
Wed, 12 Feb 2014 20:18:39 +0000 (15:18 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Wed, 12 Feb 2014 20:18:39 +0000 (15:18 -0500)
citadel/modules/nntp/serv_nntp.c

index 495771d59c797d14d5731e2d551c58f3fd257194..fb81dd9b14211bc4fdf837153f6811215dfabbcd 100644 (file)
@@ -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;