Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2013-02-01 19:50:13 +0400
committerBadlop <badlop@process-one.net>2013-02-01 19:50:42 +0400
commite500fd74ad4e20ec0bb69adeaa276b4fb9cf2145 (patch)
treef503031762639ac77319566793ed61c60eb50bc9 /src
parente7f85411fec010e49ed4854b7cc518d873e1c413 (diff)
Fix warning about unused variable
Diffstat (limited to 'src')
-rw-r--r--src/ejd2odbc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejd2odbc.erl b/src/ejd2odbc.erl
index d0d6fccf9..68ebdfd5f 100644
--- a/src/ejd2odbc.erl
+++ b/src/ejd2odbc.erl
@@ -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 "