summaryrefslogtreecommitdiffstats
path: root/multi.c
diff options
context:
space:
mode:
Diffstat (limited to 'multi.c')
-rw-r--r--multi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/multi.c b/multi.c
index bc3500f..3c09994 100644
--- a/multi.c
+++ b/multi.c
@@ -2619,7 +2619,7 @@ tunnel_server (struct context *top)
{
ASSERT (top->options.mode == MODE_SERVER);
- switch (top->options.proto) {
+ switch (top->options.ce.proto) {
case PROTO_UDPv4:
tunnel_server_udp (top);
break;