Cherry pick of PR 373

This commit is contained in:
Luca Deri 2020-08-23 14:14:52 +02:00 committed by GitHub
parent a5afd3d596
commit 6295519339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */
} }