*** ../../t/apache_1.1.2/src/mod_cookies.c Sat Jan 11 19:05:42 1997 --- ./mod_cookies.c Mon Jan 13 12:01:42 1997 *************** *** 121,127 **** struct timeval tv; char new_cookie[1024]; /* blurgh */ char *dot; ! const char *rname = pstrdup(r->pool, get_remote_host(r->connection, r->per_dir_config, REMOTE_NAME)); --- 121,127 ---- struct timeval tv; char new_cookie[1024]; /* blurgh */ char *dot; ! char *rname = pstrdup(r->pool, get_remote_host(r->connection, r->per_dir_config, REMOTE_NAME));