ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/conf.C
(Generate patch)

Comparing gvpe/src/conf.C (file contents):
Revision 1.52 by root, Tue Feb 8 23:11:35 2011 UTC vs.
Revision 1.53 by root, Tue Feb 8 23:13:48 2011 UTC

191 191
192 rsa_key = 0; 192 rsa_key = 0;
193 193
194 free (pidfilename); pidfilename = 0; 194 free (pidfilename); pidfilename = 0;
195 free (ifname); ifname = 0; 195 free (ifname); ifname = 0;
196#if ENABLE_HTTP_PROXY 196#if ENABLE_HTTP_PROXY
197 free (proxy_host); proxy_host = 0; 197 free (proxy_host); proxy_host = 0;
198 free (proxy_auth); proxy_auth = 0; 198 free (proxy_auth); proxy_auth = 0;
199#endif 199#endif
200#if ENABLE_DNS 200#if ENABLE_DNS
201 free (dns_forw_host); dns_forw_host = 0; 201 free (dns_forw_host); dns_forw_host = 0;
202#endif 202#endif
203 free (script_if_up); script_if_up = 0; 203 free (script_if_up); script_if_up = 0;
204 free (script_node_up); script_node_up = 0; 204 free (script_node_up); script_node_up = 0;
205 free (script_node_change); script_node_change = 0; 205 free (script_node_change); script_node_change = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines