]> tinc-vpn.org Git - tinc/blobdiff - lib/dropin.c
Send large packets we cannot handle properly via TCP.
[tinc] / lib / dropin.c
index f6eda42a5ebd0797dfac120bc9c5c5352212d6f2..1c2592dfd5231b4d43751fa1a241250d29c767b4 100644 (file)
@@ -135,7 +135,6 @@ int asprintf(char **buf, const char *fmt, ...) {
 }
 
 int vasprintf(char **buf, const char *fmt, va_list ap) {
-{
        int status;
        va_list aq;
        int len;