diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-06-03 18:47:54 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-06-03 18:47:54 +0200 |
commit | c7f5b684601f45769f7e3252a407be748d1fc2ca (patch) | |
tree | 940368aafbfb471169a19bb16a2275be179d4c5a /src/openvpn/options.h | |
parent | 31feacd9451b798cb0b29b42298eddaba3f697ee (diff) | |
parent | 70b71e008cc968ee53d6b8af9f7a006f13c27e2a (diff) |
Merge tag 'upstream/2.3.2'
Upstream version 2.3.2
Diffstat (limited to 'src/openvpn/options.h')
-rw-r--r-- | src/openvpn/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openvpn/options.h b/src/openvpn/options.h index d2ad94c..f80532c 100644 --- a/src/openvpn/options.h +++ b/src/openvpn/options.h @@ -285,6 +285,7 @@ struct options const char *writepid; const char *up_script; const char *down_script; + bool user_script_used; bool down_pre; bool up_delay; bool up_restart; |