From da4fea1bc68f78a0062bb25c978954d1fdd00bf8 Mon Sep 17 00:00:00 2001 From: Tristan Brice Velloza Kildaire Date: Sun, 15 Dec 2024 18:13:18 +0200 Subject: [PATCH] tncattach - Removed debug print --- tncattach.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tncattach.c b/tncattach.c index f30b455..da3cdfa 100644 --- a/tncattach.c +++ b/tncattach.c @@ -494,7 +494,6 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state) { // Save to the global for other modules to access it ipv6_addr = malloc(strlen(arguments->ipv6)+1); strcpy(ipv6_addr, arguments->ipv6); - printf("v6 now: %s\n", ipv6_addr); printf("MTU was %d, setting to minimum of %d as is required for IPv6\n", arguments->mtu, 1280); arguments->mtu = 1280;