13 lines
666 B
Plaintext
13 lines
666 B
Plaintext
$OpenBSD: patch-lib_relaylib_c,v 1.1 2005/09/05 20:48:15 fgsch Exp $
|
|
--- lib/relaylib.c.orig Mon Aug 22 17:53:31 2005
|
|
+++ lib/relaylib.c Mon Aug 22 17:54:01 2005
|
|
@@ -492,7 +492,7 @@ void thread_accept(void *notused)
|
|
ret, header_len);
|
|
client_relay_header_release(client_http_header);
|
|
if (ret == header_len) {
|
|
- debug_printf ("Relay: strlen(client_http_header) is now %d\n", strlen(client_http_header));
|
|
+ debug_printf ("Relay: strlen(client_http_header) is now %d\n", header_len);
|
|
newhostsock = malloc(sizeof(*newhostsock));
|
|
if (newhostsock != NULL)
|
|
{
|