mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Change split character in PROXY_USER from \x04 to :
This is clearly typo
This commit is contained in:
parent
d02c7d3b3b
commit
ec61c2f3dc
@ -326,7 +326,7 @@ geturl(Url) ->
|
||||
_ ->
|
||||
ok
|
||||
end,
|
||||
User = case getenv("PROXY_USER", "", [4]) of
|
||||
User = case getenv("PROXY_USER", "", ":") of
|
||||
[U, Pass] -> [{proxy_auth, {U, Pass}}];
|
||||
_ -> []
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user