set correct default socket path

This commit is contained in:
Sergey Popov 2012-04-28 13:27:04 +04:00
parent f5d1239d28
commit aa32c75389

View File

@ -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