Fix compiler warnings.

This commit is contained in:
Guus Sliepen 2012-06-25 19:01:51 +02:00
parent 62ee9b776d
commit 0a84f9cb8f
2 changed files with 2 additions and 2 deletions

View file

@ -352,7 +352,7 @@ static void do_outgoing_pipe(connection_t *c, char *command) {
void do_outgoing_connection(connection_t *c) {
char *address, *port, *space;
struct addrinfo *proxyai;
struct addrinfo *proxyai = NULL;
int result;
if(!c->outgoing) {