24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +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_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 "