serv_nntp.c update to api change
[citadel.git] / 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;