X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol_subnet.c;h=290074e872656fe508d73d6d4684274ff9870294;hb=d917c8cb6b69475d568ccbe82389b9f2b3eb5e80;hp=64f23425c0ee8870d4ac5cf3dff9732b15ae9b65;hpb=268c8545aaf83b7433f43402f5c77e39e20006ef;p=tinc diff --git a/src/protocol_subnet.c b/src/protocol_subnet.c index 64f23425..290074e8 100644 --- a/src/protocol_subnet.c +++ b/src/protocol_subnet.c @@ -189,7 +189,7 @@ bool del_subnet_h(connection_t *c, const char *request) { if(tunnelserver && owner != myself && owner != c->node) { /* in case of tunnelserver, ignore indirect subnet deletion */ logger(DEBUG_PROTOCOL, LOG_WARNING, "Ignoring indirect %s from %s (%s) for %s", - "DEL_SUBNET", c->name, c->hostname, subnetstr); + "DEL_SUBNET", c->name, c->hostname, subnetstr); return true; }