/*
- * $Id: client_side.cc,v 1.10 1996/08/26 22:47:50 wessels Exp $
+ * $Id: client_side.cc,v 1.11 1996/08/26 23:27:12 wessels Exp $
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
}
#if USE_PROXY_AUTH
if (clientProxyAuthCheck == 0) {
- char *wbuf = NULL;
- int fd = icpState->fd;
+ char *wbuf = NULL;
+ int fd = icpState->fd;
debug(12, 4, "Proxy Denied: %s\n", icpState->url);
icpState->log_type = ERR_PROXY_DENIED;
icpState->http_code = 407;
/*
- * $Id: errorpage.cc,v 1.32 1996/08/26 22:47:51 wessels Exp $
+ * $Id: errorpage.cc,v 1.33 1996/08/26 23:27:12 wessels Exp $
*
* DEBUG: section 4 Error Generation
* AUTHOR: Duane Wessels
getMyHostname());
return tmp_error_buf;
}
-