diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-04-10 21:33:14 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-04-10 21:33:14 +0000 |
commit | 86f5c7c9d540096bcabf33b49303090e6638a99d (patch) | |
tree | 490c413b24e0416e2d6c8c560dacf063f4813539 /manage.h | |
parent | Added the ability to read the configuration file (diff) | |
download | openvpn-86f5c7c9d540096bcabf33b49303090e6638a99d.tar.xz |
Allow "management-client" directive to be used
with unix domain sockets.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4128 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'manage.h')
-rw-r--r-- | manage.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ struct management *management_init (void); #ifdef MANAGEMENT_PF # define MF_CLIENT_PF (1<<7) #endif -# define MF_LISTEN_UNIX (1<<8) +# define MF_UNIX_SOCK (1<<8) bool management_open (struct management *man, const char *addr, |