chuck 97/04/28 13:54:42
Modified: src/modules/proxy mod_proxy.c
Log:
Fix typo.
Revision Changes Path
1.12 +0 -1 apache/src/modules/proxy/mod_proxy.c
Index: mod_proxy.c
===================================================================
RCS file: /export/home/cvs/apache/src/modules/proxy/mod_proxy.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C3 -r1.11 -r1.12
*** mod_proxy.c 1997/04/28 03:47:08 1.11
--- mod_proxy.c 1997/04/28 20:54:40 1.12
***************
*** 492,498 ****
/* Don't do name lookups on things that aren't dotted */
if (strchr(arg, '.') != NULL && proxy_host2addr(new->name, &hp) == NULL)
memcpy(&new->addr, hp.h_addr, sizeof(struct in_addr));
- }
else
new->addr.s_addr= 0;
}
--- 492,497 ----