25
1
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:
badlop 2014-04-30 12:41:12 +02:00
commit a1b8c54c16

View File

@ -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).