Mailing List Archive

cvs commit: apache/src mod_proxy.c
ben 96/03/31 06:30:34

Modified: src mod_proxy.c
Log:
Fix some warnings.

Revision Changes Path
1.17 +2 -0 apache/src/mod_proxy.c

Index: mod_proxy.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_proxy.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C3 -r1.16 -r1.17
*** mod_proxy.c 1996/03/31 01:07:03 1.16
--- mod_proxy.c 1996/03/31 14:30:32 1.17
***************
*** 903,908 ****
--- 903,909 ----
return hdrs;
}

+ #ifdef NEEDED
static void
del_header(array_header *hdrs_arr, const char *field)
{
***************
*** 915,920 ****
--- 916,922 ----
if (hdrs[i].field != NULL && strcasecmp(field, hdrs[i].field) == 0)
hdrs[i].value = NULL;
}
+ #endif

/*
* Sends response line and headers