diff options
author | Micael Karlberg <[email protected]> | 2012-02-09 12:01:00 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-02-09 12:01:00 +0100 |
commit | 1b257c80e9b1097ac762840cada2c607f1126bda (patch) | |
tree | 52f6f47813f95ce11e1953912aca4079e18a99ed /lib/inets/test/httpd_mod.erl | |
parent | 3f89830e526e4fb7556c8a9fb79859fbd85756ac (diff) | |
download | otp-1b257c80e9b1097ac762840cada2c607f1126bda.tar.gz otp-1b257c80e9b1097ac762840cada2c607f1126bda.tar.bz2 otp-1b257c80e9b1097ac762840cada2c607f1126bda.zip |
[inets] Used invalid transport option for ssl (inet6fb4)
Diffstat (limited to 'lib/inets/test/httpd_mod.erl')
-rw-r--r-- | lib/inets/test/httpd_mod.erl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/inets/test/httpd_mod.erl b/lib/inets/test/httpd_mod.erl index 25a03ab9c8..23551ab125 100644 --- a/lib/inets/test/httpd_mod.erl +++ b/lib/inets/test/httpd_mod.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2005-2011. All Rights Reserved. +%% Copyright Ericsson AB 2005-2012. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -39,13 +39,6 @@ %% Test cases starts here. %%------------------------------------------------------------------------- alias(Type, Port, Host, Node) -> - %% io:format(user, "~w:alias -> entry with" -%% "~n Type: ~p" -%% "~n Port: ~p" -%% "~n Host: ~p" -%% "~n Node: ~p" -%% "~n", [?MODULE, Type, Port, Host, Node]), - %% This is very crude, but... tsp("alias -> Has IPv6 support: ~p", [inets_test_lib:has_ipv6_support()]), Opts = case os:type() of |