diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-02 18:38:28 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-02 18:38:28 +0000 |
commit | ec11518d1b7f3d3a52e99e661de7f628f3da10cf (patch) | |
tree | 10a6fdaa263eac51d96f9b512ad16398ba9362f6 /src/starter/confread.h | |
parent | f8afabcac3858f1c43f5fad4ca9fdbc01614180b (diff) | |
download | strongswan-ec11518d1b7f3d3a52e99e661de7f628f3da10cf.tar.bz2 strongswan-ec11518d1b7f3d3a52e99e661de7f628f3da10cf.tar.xz |
handle dns lookup failures
Diffstat (limited to 'src/starter/confread.h')
-rw-r--r-- | src/starter/confread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/confread.h b/src/starter/confread.h index 970166c90..912af4945 100644 --- a/src/starter/confread.h +++ b/src/starter/confread.h @@ -76,6 +76,7 @@ struct starter_end { bool firewall; bool hostaccess; bool allow_any; + bool dns_failed; char *updown; u_int16_t port; u_int8_t protocol; |