aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2013-02-01 16:50:13 +0100
committerBadlop <badlop@process-one.net>2013-02-01 16:50:42 +0100
commite500fd74ad4e20ec0bb69adeaa276b4fb9cf2145 (patch)
treef503031762639ac77319566793ed61c60eb50bc9 /src
parentUpdate Hebrew translation (thanks to Isratine Citizen) (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 "