Browse Source

Cherry pick of PR 373

pull/390/head
Luca Deri 4 years ago
committed by GitHub
parent
commit
6295519339
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/sn_utils.c

2
src/sn_utils.c

@ -220,6 +220,8 @@ int sn_init(n2n_sn_t *sss)
sss->sock = -1; sss->sock = -1;
sss->mgmt_sock = -1; sss->mgmt_sock = -1;
n2n_srand (n2n_seed()); /* https://github.com/ntop/n2n/pull/373/files */
return 0; /* OK */ return 0; /* OK */
} }

Loading…
Cancel
Save