mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix dialyzer: captcha_cmd is a binary for sure
This commit is contained in:
parent
2437dc4e06
commit
b2e6749fd2
1 changed files with 1 additions and 2 deletions
|
@ -616,8 +616,7 @@ return(Port, TRef, Result) ->
|
|||
|
||||
is_feature_available() ->
|
||||
case get_prog_name() of
|
||||
Prog when is_binary(Prog) -> true;
|
||||
MF when is_list(MF) -> true;
|
||||
PathOrModule when is_binary(PathOrModule) -> true;
|
||||
false -> false
|
||||
end.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue