Readloop remove special cases
[citadel.git] / webcit / feed_generator.c
index 3c0e06919deb03ed85bd3bbf583a6727324dc0bf..34b721bdd248ec35fd8902a6558e69902d2eb6f5 100644 (file)
@@ -155,7 +155,7 @@ void feed_rss_do_messages(void) {
        Stat.maxload = INT_MAX;
        Stat.lowest_found = (-1);
        Stat.highest_found = (-1);
-       num_msgs = load_msg_ptrs("MSGS ALL", &Stat, NULL);
+       num_msgs = load_msg_ptrs("MSGS ALL", NULL, &Stat, NULL);
        if (num_msgs < 1) return;
 
        i = num_msgs;                                   /* convention is to feed newest-to-oldest */