set correct default socket path
This commit is contained in:
parent
f5d1239d28
commit
aa32c75389
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include "yasnd-log.h"
|
#include "yasnd-log.h"
|
||||||
|
|
||||||
const char sock_path[]="./demo_socket";
|
const char sock_path[]="/var/run/yasnd.sock";
|
||||||
pthread_t server_thread_handle; // server socket thread handle
|
pthread_t server_thread_handle; // server socket thread handle
|
||||||
int socket_fd; // server socket descriptor
|
int socket_fd; // server socket descriptor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user