Browse Source

Update sn.c

pull/439/head
francesco_carli 4 years ago
committed by GitHub
parent
commit
9dbc54f443
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/sn.c

1
src/sn.c

@ -90,6 +90,7 @@ static int load_allowed_sn_community(n2n_sn_t *sss, char *path) {
} }
} }
s = (struct sn_community*)calloc(1,sizeof(struct sn_community));
comm_init(s,cmn_str); comm_init(s,cmn_str);
if(s != NULL) { if(s != NULL) {

Loading…
Cancel
Save