]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/ctdl_commands.c
Change all instances of "URI" to "URL" because that's more sensible
[citadel.git] / webcit-ng / ctdl_commands.c
index 90c10e17cad92ba493b7a2d74a58768688c86e94..f1a2e2bec1c42007d91a6ad2a86ce970e2476515 100644 (file)
@@ -92,7 +92,7 @@ void serv_info(struct http_transaction *h, struct ctdlsession *c) {
 
 // Dispatcher for paths starting with /ctdl/c/
 void ctdl_c(struct http_transaction *h, struct ctdlsession *c) {
-       if (!strcasecmp(h->uri, "/ctdl/c/info")) {
+       if (!strcasecmp(h->url, "/ctdl/c/info")) {
                serv_info(h, c);
        }
        else {