Browse Source

fixed edge segfault (#613)

pull/615/head
Logan oos Even 4 years ago
committed by GitHub
parent
commit
6c8e1b6f60
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/edge_utils.c

1
src/edge_utils.c

@ -2104,7 +2104,6 @@ void readFromIPSocket (n2n_edge_t * eee, int in_sock) {
n2n_REGISTER_SUPER_ACK_payload_t *payload;
int i;
int skip_add;
struct peer_info *sn;
memset(&ra, 0, sizeof(n2n_REGISTER_SUPER_ACK_t));

Loading…
Cancel
Save