mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
* src/ejabberd_check.erl: Fixed missing clause (EJAB-533).
SVN Revision: 1215
This commit is contained in:
parent
8283a9faf3
commit
993ffe9096
@ -97,4 +97,6 @@ get_db_used() ->
|
||||
check_odbc_option(odbc) ->
|
||||
true;
|
||||
check_odbc_option(AuthMethods) when is_list(AuthMethods) ->
|
||||
lists:member(odbc, AuthMethods).
|
||||
lists:member(odbc, AuthMethods);
|
||||
check_odbc_option(_) ->
|
||||
false.
|
||||
|
Loading…
Reference in New Issue
Block a user