]> code.citadel.org Git - citadel.git/blobdiff - webcit/groupdav_options.c
groupdav_propfind.c: continued fleshing out the DAV features
[citadel.git] / webcit / groupdav_options.c
index 929a9c843ef0064d6fa49f68970f4a3e48a82630..6de58256bc81e2cab7766d5a6938793d4534079e 100644 (file)
@@ -41,6 +41,7 @@ void groupdav_options(char *dav_pathname) {
        if (strcasecmp(WC->wc_roomname, dav_roomname)) {
                gotoroom(dav_roomname);
        }
+
        if (strcasecmp(WC->wc_roomname, dav_roomname)) {
                wprintf("HTTP/1.1 404 not found\r\n");
                groupdav_common_headers();
@@ -81,7 +82,6 @@ void groupdav_options(char *dav_pathname) {
                return;
        }
 
-
        /*
         * We got to this point, which means that the client is requesting
         * an OPTIONS on the room itself.