From 1b3e485da646e523e2e35f2812e6e5b49d383eb3 Mon Sep 17 00:00:00 2001 From: Logan007 Date: Tue, 4 Aug 2020 19:06:30 +0545 Subject: [PATCH] typo in comment --- src/sn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sn.c b/src/sn.c index b305036..badd7d8 100644 --- a/src/sn.c +++ b/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. */