diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-28 05:50:52 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-28 05:50:52 +0000 |
commit | 5acb3a79aee197ab43496d4c7941718a83f429ef (patch) | |
tree | 0f3e5c17ac30772f68d8efd999f4c21981157226 /manage.c | |
parent | svn merge -r 823:825 $SO/contrib/alon/BETA21/openvpn . (diff) | |
download | openvpn-5acb3a79aee197ab43496d4c7941718a83f429ef.tar.xz |
svn merge -r 780:820 $SO/trunk/openvpn .
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@828 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'manage.c')
-rw-r--r-- | manage.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1601,7 +1601,7 @@ management_io (struct management *man) #endif -inline bool +static inline bool man_standalone_ok (const struct management *man) { return !man->settings.management_over_tunnel && man->connection.state != MS_INITIAL; |