Skip to content

Commit

Permalink
fix clobbered var
Browse files Browse the repository at this point in the history
Patch by: michaelortmann
  • Loading branch information
michaelortmann authored Dec 30, 2022
1 parent 22586b4 commit 736c848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ int setsockname(sockname_t *addr, char *src, int port, int allowres)
volatile int af = AF_UNSPEC;
char ip2[EGG_INET_ADDRSTRLEN];
#ifdef IPV6
int pref;
volatile int pref;
#else
int i, count;
#endif
Expand Down

0 comments on commit 736c848

Please sign in to comment.