Changed the arrangement of bytes in the universe
[citadel.git] / webcit-ng / server / room_functions.c
index a58197120664519b7607f2bbae3c93aa1d9d61b3..8d8ca3bcc5113c670c5a48161a5b630a39d1a858 100644 (file)
@@ -422,9 +422,10 @@ void propfind_the_room_itself(struct http_transaction *h, struct ctdlsession *c)
                if (msglist) {
                        int i;
                        for (i = 0; (msglist[i] > 0); ++i) {
-                               if ((i % 10) == 0)
+                               if ((i % 10) == 0) {
                                        syslog(LOG_DEBUG, "PROPFIND enumerated %d messages", i);
-                               e = NULL;       // EUID gets stored here
+                               }
+                               e = NULL;               // EUID gets stored here
                                timestamp = 0;
 
                                char cbuf[1024];