Now uses config for .sock file location.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@568 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-06-12 14:28:50 +00:00
parent d6ac727630
commit 04ce08ef7e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#ifndef ZMFILE_H #ifndef ZMFILE_H
#define ZMFILE_H #define ZMFILE_H
#define FILE_SOCK_FILE "/tmp/zmf-%d.sock" #define FILE_SOCK_FILE ZM_PATH_SOCKS "/zmf-%d.sock"
struct FrameHeader struct FrameHeader
{ {