aboutsummaryrefslogtreecommitdiff
path: root/hal_internal.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-01-04 18:52:51 -0500
committerRob Austein <sra@hactrn.net>2017-01-04 18:52:51 -0500
commit17366b5296920cd37f716426fd7c653063dd5d78 (patch)
tree126c8a56afc9c42d36fb7db6ae6dce3dc8450822 /hal_internal.h
parent0c9048b97575e56131cd89b3b0882cefa5de2cf2 (diff)
Convert "daemon" mode of C client code to use Python RPC MUX.
Diffstat (limited to 'hal_internal.h')
-rw-r--r--hal_internal.h2
1 files changed, 1 insertions, 1 deletions
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
/*