Big brown paper bag: unbreak groupdav propfinds (my fault!)
authorMatt <matt@uncensored.citadel.org>
Fri, 5 Dec 2008 05:57:44 +0000 (05:57 +0000)
committerMatt <matt@uncensored.citadel.org>
Fri, 5 Dec 2008 05:57:44 +0000 (05:57 +0000)
webcit/groupdav_main.c

index 9d43f7ff38308ad4d9896c9dac202f898138b0b5..b761875ef4fad701ed15e5ebc3af28161a93e591 100644 (file)
@@ -244,7 +244,7 @@ void groupdav_main(HashList *HTTPHeaders,
  */  
 void groupdav_identify_host(void) {
        if (!IsEmptyStr(WC->http_host)) {
-               hprintf("%s://%s",
+               wprintf("%s://%s",
                        (is_https ? "https" : "http"),
                        WC->http_host);
        }