Fix compiler warnings.
This commit is contained in:
parent
62ee9b776d
commit
0a84f9cb8f
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue