lists:append/1
This commit is contained in:
parent
7ac3416d51
commit
d03b9dbcd3
|
@ -602,7 +602,7 @@ end}.
|
||||||
end}]
|
end}]
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
[Listeners(tcp), Listeners(ssl), Listeners(http), Listeners(https)]
|
lists:append([Listeners(tcp), Listeners(ssl), Listeners(http), Listeners(https)])
|
||||||
end}.
|
end}.
|
||||||
|
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue