Mercurial > audlegacy-plugins
changeset 2410:d0c5974cad17
Fix the bug !!!oneoneone+1.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 18 Feb 2008 04:26:18 -0600 |
parents | f67bdd91620a |
children | c69b1d1d47a3 |
files | src/neon/neon.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/neon/neon.c Mon Feb 18 02:57:17 2008 -0600 +++ b/src/neon/neon.c Mon Feb 18 04:26:18 2008 -0600 @@ -614,8 +614,8 @@ int ret; ConfigDb* db; - gchar* proxy_host; - gchar* proxy_port_s; + gchar* proxy_host = NULL; + gchar* proxy_port_s = NULL; gchar* endptr; unsigned int proxy_port = 0; gboolean use_proxy, use_proxy_auth;