Skip to content

Commit

Permalink
fix compile error with optimizers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Mauchle committed Aug 22, 2018
1 parent 3d18130 commit 74f2233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ void *dtlsservernew(void *arg) {
struct list_node *cur = NULL;
X509 *cert = NULL;
struct tls *accepted_tls = NULL;
int s;
int s = -1;
unsigned long error;
struct timeval timeout;
struct addrinfo tmpsrvaddr;
Expand Down

0 comments on commit 74f2233

Please sign in to comment.