24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Fix warning about unused variable

This commit is contained in:
Badlop 2013-02-01 16:50:13 +01:00
parent e7f85411fe
commit e500fd74ad

View File

@ -92,7 +92,7 @@
export_passwd(Server, Output) -> export_passwd(Server, Output) ->
export_common( export_common(
Server, passwd, Output, 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 " ?INFO_MSG("You are trying to export the authentication "
"information of the account ~s@~s, but his password " "information of the account ~s@~s, but his password "
"is stored as SCRAM, and ejabberd ODBC authentication " "is stored as SCRAM, and ejabberd ODBC authentication "