From fa193dcd22c5dd4ff7c8a0c964cba2dc69fb3a99 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Sun, 25 Nov 2001 22:08:11 +0000 Subject: send_message changed to send_response_message in the conn_s structure. --- src/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils.c b/src/utils.c index b65655b..381388e 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,4 +1,4 @@ -/* $Id: utils.c,v 1.18 2001-11-23 01:19:15 rjkaes Exp $ +/* $Id: utils.c,v 1.19 2001-11-25 22:08:11 rjkaes Exp $ * * Misc. routines which are used by the various functions to handle strings * and memory allocation and pretty much anything else we can think of. Also, @@ -104,7 +104,7 @@ send_http_message(struct conn_s *connptr, int http_code, safefree(header_buffer); - connptr->send_message = TRUE; + connptr->send_response_message = TRUE; return 0; } -- cgit v1.2.3