mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-28 16:34:13 +01:00
Merge pull request #187 from weiss/fix-ejabberdctl-output
Let ejabberdctl accept binary string arguments
This commit is contained in:
commit
a1b8c54c16
@ -418,6 +418,7 @@ is_supported_args(Args) ->
|
|||||||
fun({_Name, Format}) ->
|
fun({_Name, Format}) ->
|
||||||
(Format == integer)
|
(Format == integer)
|
||||||
or (Format == string)
|
or (Format == string)
|
||||||
|
or (Format == binary)
|
||||||
end,
|
end,
|
||||||
Args).
|
Args).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user