diff options
author | Micael Karlberg <[email protected]> | 2010-11-29 13:35:01 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2010-11-29 13:35:01 +0100 |
commit | ad82371b4b6e3c0c1bf29f0a03e8e07941ffacc4 (patch) | |
tree | 7486b23f0b3b1ce55b83facfe0f86989ad8c659c /lib/inets/src/inets_app | |
parent | 5f1f1ee929a57cc041ebf363f7e6f99f30cb9dea (diff) | |
download | otp-ad82371b4b6e3c0c1bf29f0a03e8e07941ffacc4.tar.gz otp-ad82371b4b6e3c0c1bf29f0a03e8e07941ffacc4.tar.bz2 otp-ad82371b4b6e3c0c1bf29f0a03e8e07941ffacc4.zip |
More IPv6 fixing. This time in actual code (in the client).
Diffstat (limited to 'lib/inets/src/inets_app')
-rw-r--r-- | lib/inets/src/inets_app/inets.appup.src | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/inets/src/inets_app/inets.appup.src b/lib/inets/src/inets_app/inets.appup.src index 84d8c9278d..0194c65db9 100644 --- a/lib/inets/src/inets_app/inets.appup.src +++ b/lib/inets/src/inets_app/inets.appup.src @@ -18,6 +18,11 @@ {"%VSN%", [ + {"5.5", + [ + {restart_application, inets} + ] + }, {"5.4", [ {restart_application, inets} @@ -29,6 +34,11 @@ [ {restart_application, inets} ] + }, + {"5.4", + [ + {restart_application, inets} + ] } ] }. |