Skip to content

Commit

Permalink
server_child: Initialize ip to NULL to fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
konsolebox committed May 2, 2024
1 parent 2addae5 commit 0813318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ server_child (server * serv)
int sok, psok;
char *hostname = serv->hostname;
char *real_hostname = NULL;
char *ip;
char *ip = NULL;
char *proxy_ip = NULL;
char *local_ip;
int connect_port;
Expand Down

0 comments on commit 0813318

Please sign in to comment.