From e500fd74ad4e20ec0bb69adeaa276b4fb9cf2145 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 1 Feb 2013 16:50:13 +0100 Subject: Fix warning about unused variable --- src/ejd2odbc.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 " -- cgit v1.2.3