Skip to content

Commit

Permalink
Merge pull request #128 from retropc/proxyscan_init
Browse files Browse the repository at this point in the history
PROXYSCAN: fix socket connect initialiser
  • Loading branch information
retropc authored Oct 13, 2023
2 parents 8a5c0cc + aca7c13 commit 97ed305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxyscan/proxyscanconnect.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int createconnectsocket(struct irc_in_addr *ip, int socknum) {
union {
struct sockaddr_in sin;
struct sockaddr_in6 sin6;
} u;
} u = {};

int proto;
int s;
Expand Down

0 comments on commit 97ed305

Please sign in to comment.