mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix xref check when odbc driver is not used.
This commit is contained in:
parent
7db4587eeb
commit
565f064b15
@ -138,6 +138,8 @@ CfgXrefs = lists:flatmap(
|
||||
["(\"lhttpc\":_/_)"];
|
||||
({iconv, false}) ->
|
||||
["(\"iconv\":_/_)"];
|
||||
({odbc, false}) ->
|
||||
["(\"odbc\":_/_)"];
|
||||
(_) ->
|
||||
[]
|
||||
end, Cfg),
|
||||
|
Loading…
Reference in New Issue
Block a user