sigh, missed by cvs.

This commit is contained in:
fgsch 2005-09-05 20:48:15 +00:00
parent c49985219d
commit 7b81b1e773

View File

@ -0,0 +1,12 @@
$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)
{