| 280 | |
| 281 | |
| 282 | void free_shm_proxy(struct proxy_l* p) |
| 283 | { |
| 284 | if (p) { |
| 285 | free_shm_hostent(&p->host); |
| 286 | free_dns_res(p); |
| 287 | } |
| 288 | } |
| 289 | |
| 290 | /* same as add_proxy, but it doesn't add the proxy to the list |
| 291 | * uses also SRV if possible & port==0 (quick hack) |
nothing calls this directly
no test coverage detected