From 923acbe8a132903c978bd5a8d0a8ed5ff2bacbde Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Thu, 19 Oct 2023 19:20:43 -0400 Subject: [PATCH] (a12) fix syntax error introduced by last commit --- src/a12/net/net.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/a12/net/net.c b/src/a12/net/net.c index 0d3ce750c..5a8eee8c0 100644 --- a/src/a12/net/net.c +++ b/src/a12/net/net.c @@ -65,6 +65,7 @@ static struct { .outbound_tag = "default", .dircl = { .source_port = 6681 + }, .dirsrv = { .allow_tunnel = true }