]> code.citadel.org Git - citadel.git/commitdiff
* GET /freebusy/user.vcf *and* /freebusy/user.vfb now both work.
authorArt Cancro <ajc@citadel.org>
Tue, 13 Apr 2004 19:41:36 +0000 (19:41 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 13 Apr 2004 19:41:36 +0000 (19:41 +0000)
  (freebusy data fetch for anonymous Kolab type clients)

webcit/ChangeLog
webcit/calendar.c

index 4d60647a15d7c60110adac5d0196ddfc4417d572..e56d02bea93274fcacdd07479f1f51e733686c85 100644 (file)
@@ -1,4 +1,8 @@
 $Log$
+Revision 506.2  2004/04/13 19:41:36  ajc
+* GET /freebusy/user.vcf *and* /freebusy/user.vfb now both work.
+  (freebusy data fetch for anonymous Kolab type clients)
+
 Revision 506.1  2004/04/10 04:32:59  ajc
 * Fixed some version and copyright date oopses
 
@@ -1758,4 +1762,3 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
-
index 6992d3de7132f11d1e6d98cf02da3b27c9daa448..3e74dde71cda92eb0c3d6fcd1866aa7dc47a9136 100644 (file)
@@ -887,7 +887,7 @@ void do_freebusy(char *req) {
        unescape_input(who);
 
        if ( (!strcasecmp(&who[strlen(who)-4], ".vcf"))
-          || (!strcasecmp(&who[strlen(who)-4], ".vcf")) ) {
+          || (!strcasecmp(&who[strlen(who)-4], ".vfb")) ) {
                who[strlen(who)-4] = 0;
        }