summaryrefslogtreecommitdiff
path: root/src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/utils.c4
1 files 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;
}