diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-12-28 20:23:48 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-12-28 20:23:48 +0000 |
commit | 19ef51209b4ef6c15c330da3750db1ee9e59a6d7 (patch) | |
tree | 459e22f80b8f572329b81cd59d78ed3120f85460 | |
parent | 6480d38f6f2679ffb890e69a02576426aba921f9 (diff) | |
download | pfsense-19ef51209b4ef6c15c330da3750db1ee9e59a6d7.zip pfsense-19ef51209b4ef6c15c330da3750db1ee9e59a6d7.tar.gz |
Fix racoon file gneration when selected type is dyn_dns. Reported-by: http://forum.pfsense.org/index.php/board,49.0.html.
-rw-r--r-- | etc/inc/vpn.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 9f087a9..57d14fd 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -441,6 +441,7 @@ function vpn_ipsec_configure($ipchg = false) break; case "dyn_dns": + $myid_type = "address"; $myid_data = gethostbyname($ph1ent['myid_data']); break; |