Browse Source

typo in comment

pull/349/head
Logan007 4 years ago
parent
commit
1b3e485da6
  1. 2
      src/sn.c

2
src/sn.c

@ -82,7 +82,7 @@ static int load_allowed_sn_community(n2n_sn_t *sss, char *path) {
if(s != NULL) {
strncpy((char*)s->community, line, N2N_COMMUNITY_SIZE-1);
s->community[N2N_COMMUNITY_SIZE-1] = '\0';
/* loaded from file, this community is not to be unpurgeable */
/* loaded from file, this community is unpurgeable */
s->purgeable = COMMUNITY_UNPURGEABLE;
/* we do not know if header encryption is used in this community,
* first packet will show. just in case, setup the key. */

Loading…
Cancel
Save