]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
const crap
authorwessels <>
Tue, 21 Jul 1998 01:32:02 +0000 (01:32 +0000)
committerwessels <>
Tue, 21 Jul 1998 01:32:02 +0000 (01:32 +0000)
src/structs.h

index a3b4eb966cc1636e00c37f0692eef4f322e76158..1d1a66ecd7df3bf110466b43637e777754745d68 100644 (file)
@@ -1133,7 +1133,7 @@ struct _request_t {
     char user_ident[USER_IDENT_SZ];    /* from proxy auth or ident server */
     u_short port;
     String urlpath;
-    const char *canonical;
+    char *canonical;
     int link_count;            /* free when zero */
     int flags;
     HttpHdrCc *cache_control;