mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix warning about unused variable
This commit is contained in:
parent
e7f85411fe
commit
e500fd74ad
@ -92,7 +92,7 @@
|
||||
export_passwd(Server, Output) ->
|
||||
export_common(
|
||||
Server, passwd, Output,
|
||||
fun(Host, {passwd, {LUser, LServer}, {scram, _, _, _, _}} = _R) ->
|
||||
fun(_Host, {passwd, {LUser, LServer}, {scram, _, _, _, _}} = _R) ->
|
||||
?INFO_MSG("You are trying to export the authentication "
|
||||
"information of the account ~s@~s, but his password "
|
||||
"is stored as SCRAM, and ejabberd ODBC authentication "
|
||||
|
Loading…
Reference in New Issue
Block a user