Initial version of new room sharing poller. I don't really like this because it...
[citadel.git] / citadel / modules / calendar / serv_calendar.c
index 8fc0dbad1e351f3457a1a2a0d43942bf2dcfe4e7..f727a5555d3a387a591ca8826d4e37b52ca3a5a6 100644 (file)
@@ -1749,7 +1749,7 @@ void ical_putics(void)
        }
 
        cprintf("%d Transmit data now\n", SEND_LISTING);
-       calstream = CtdlReadMessageBody(HKEY("000"), CtdlGetConfigLong("c_maxmsglen"), NULL, 0, 0);
+       calstream = CtdlReadMessageBody(HKEY("000"), CtdlGetConfigLong("c_maxmsglen"), NULL, 0);
        if (calstream == NULL) {
                return;
        }