Created stub for REPORT method
[citadel.git] / webcit / dav_main.c
index 91610ac993a34247f43918630b00056ffa1effac..f923a37b715e6e614964345d8d7232920c139f4f 100644 (file)
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
 #include "webcit.h"
@@ -170,8 +170,15 @@ void dav_main(void)
        case eDELETE:
                dav_delete();
                break;
-       default:
 
+       /*
+        * The REPORT method tells us that Mike Shaver is a self-righteous asshole.
+        */
+       case eREPORT:
+               dav_report();
+               break;
+
+       default:
        /*
         * Couldn't find what we were looking for.  Die in a car fire.
         */