From ae9f2450c70fcb41163bbffac1fbcdf89cff3079 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 19 Nov 2017 15:13:04 +0100 Subject: [PATCH] Client: Fixed path to server socket --- client/subauth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/subauth.c b/client/subauth.c index d97b403..6b73750 100644 --- a/client/subauth.c +++ b/client/subauth.c @@ -22,7 +22,7 @@ /*** Arguments ***/ -static char *socket_path = INSTALL_RUN_DIR "/subauthd.socket"; +static char *socket_path = INSTALL_RUN_DIR "/subauthd/subauthd.socket"; static char *arg_user; static char *arg_zone; -- 2.39.2