summaryrefslogtreecommitdiff
path: root/src/uanytun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uanytun.c')
-rw-r--r--src/uanytun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uanytun.c b/src/uanytun.c
index c743524..b867648 100644
--- a/src/uanytun.c
+++ b/src/uanytun.c
@@ -235,6 +235,7 @@ int process_key_exchange(unixdomain_t* sock, fd_set* readyfds)
} else {
buf[len] = 0;
log_printf(DEBUG, "key exchange: received string '%s'", buf);
+ unixdomain_write(sock, buf, len);
}
}