aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpd_block.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2015-06-08 16:00:24 +0200
committerIngela Anderton Andin <[email protected]>2015-06-08 16:00:24 +0200
commita0e14d9c307cd4d1ae964171ff0812bad0a94ef0 (patch)
tree45ab93b9e059b2b6734b59ad88f1e05f48dea924 /lib/inets/test/httpd_block.erl
parentf1dede329de90e4805cd21a43bb5b19e288c81a3 (diff)
parent855c9bb101ed6fc5a3965d1ff0e18c04a346e9cd (diff)
downloadotp-a0e14d9c307cd4d1ae964171ff0812bad0a94ef0.tar.gz
otp-a0e14d9c307cd4d1ae964171ff0812bad0a94ef0.tar.bz2
otp-a0e14d9c307cd4d1ae964171ff0812bad0a94ef0.zip
Merge branch 'ia/inets/name-spaces/OTP-12674'
* ia/inets/name-spaces/OTP-12674: inets: Modernize code inets: Add profile option
Diffstat (limited to 'lib/inets/test/httpd_block.erl')
-rw-r--r--lib/inets/test/httpd_block.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/httpd_block.erl b/lib/inets/test/httpd_block.erl
index 9790623b6f..a95a5ee62d 100644
--- a/lib/inets/test/httpd_block.erl
+++ b/lib/inets/test/httpd_block.erl
@@ -292,7 +292,7 @@ httpd_restart(Addr, Port) ->
end.
make_name(Addr, Port) ->
- httpd_util:make_name("httpd", Addr, Port).
+ httpd_util:make_name("httpd", Addr, Port, default).
get_admin_state(_, _Host, Port) ->
Name = make_name(undefined, Port),