From 17366b5296920cd37f716426fd7c653063dd5d78 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 4 Jan 2017 18:52:51 -0500 Subject: Convert "daemon" mode of C client code to use Python RPC MUX. --- hal_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hal_internal.h') diff --git a/hal_internal.h b/hal_internal.h index a8f88e2..ef3dd49 100644 --- a/hal_internal.h +++ b/hal_internal.h @@ -880,7 +880,7 @@ typedef enum { */ #ifndef HAL_CLIENT_DAEMON_DEFAULT_SOCKET_NAME -#define HAL_CLIENT_DAEMON_DEFAULT_SOCKET_NAME "/tmp/cryptech_rpcd.socket" +#define HAL_CLIENT_DAEMON_DEFAULT_SOCKET_NAME "/tmp/.cryptech_rpcmuxd" #endif /* -- cgit v1.2.3