X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fmeta.c;h=60814c78d59fc2ab59611d63f7859ed58494f59a;hp=ccc3b2e670d5ae9a0210929d804703323f97983f;hb=94dc60fd226dbe5c6c89a5181c066ea8f87cdee2;hpb=0507e5cf5d40d8ab48e9500cc982927514dd17ad diff --git a/src/meta.c b/src/meta.c index ccc3b2e6..60814c78 100644 --- a/src/meta.c +++ b/src/meta.c @@ -38,11 +38,6 @@ bool send_meta(connection_t *c, const char *buffer, int length) { int outlen; int result; - if(!c) { - logger(LOG_ERR, "send_meta() called with NULL pointer!"); - abort(); - } - ifdebug(META) logger(LOG_DEBUG, "Sending %d bytes of metadata to %s (%s)", length, c->name, c->hostname);