mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix dialyzer: captcha_cmd is a binary for sure
This commit is contained in:
parent
2437dc4e06
commit
b2e6749fd2
@ -616,8 +616,7 @@ return(Port, TRef, Result) ->
|
|||||||
|
|
||||||
is_feature_available() ->
|
is_feature_available() ->
|
||||||
case get_prog_name() of
|
case get_prog_name() of
|
||||||
Prog when is_binary(Prog) -> true;
|
PathOrModule when is_binary(PathOrModule) -> true;
|
||||||
MF when is_list(MF) -> true;
|
|
||||||
false -> false
|
false -> false
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user