disabled federation name output at supernode's management port (#845)

This commit is contained in:
Logan oos Even 2021-10-07 13:56:03 +05:45 committed by GitHub
parent 2e57663cde
commit 50d4273272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1560,7 +1560,7 @@ static int process_mgmt (n2n_sn_t *sss,
"%s '%s'\n",
(community->is_federation) ? "FEDERATION" :
((community->purgeable == COMMUNITY_UNPURGEABLE) ? "FIXED NAME COMMUNITY" : "COMMUNITY"),
community->community);
(community->is_federation) ? "-/-" : community->community);
sendto_mgmt(sss, sender_sock, (const uint8_t *) resbuf, ressize);
ressize = 0;