]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/xmpp/xmpp_queue.c
Begin removing the EXTAUTH database
[citadel.git] / citadel / server / modules / xmpp / xmpp_queue.c
index b3c48616d4777e3cbd0837caa0886c2573222841..d1929a22689810954e42930329098c8d28cc3c9d 100644 (file)
@@ -107,7 +107,7 @@ void xmpp_process_events(void) {
        int highest_event = 0;
 
        for (xptr=xmpp_queue; xptr!=NULL; xptr=xptr->next) {
-               if (xptr->event_seq > XMPP->last_event_processed) {
+               if (xptr->event_seq > XMPP->last_event_processed) {             // we are getting crashes on this line?
 
                        switch(xptr->event_type) {