]> mj.ucw.cz Git - subauth.git/commitdiff
Client: Fixed path to server socket
authorMartin Mares <mj@ucw.cz>
Sun, 19 Nov 2017 14:13:04 +0000 (15:13 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 19 Nov 2017 14:13:04 +0000 (15:13 +0100)
client/subauth.c

index d97b403686f8f276e99285a6526015b58fee114e..6b73750ee2125c27f4f4b4bd4a8c27a1562eb5c0 100644 (file)
@@ -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;