24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00

Merge pull request #187 from weiss/fix-ejabberdctl-output

Let ejabberdctl accept binary string arguments
This commit is contained in:
badlop 2014-04-30 12:41:12 +02:00
commit a1b8c54c16

View File

@ -418,6 +418,7 @@ is_supported_args(Args) ->
fun({_Name, Format}) ->
(Format == integer)
or (Format == string)
or (Format == binary)
end,
Args).