]> granicus.if.org Git - ejabberd/commitdiff
Fix warning about unused variable
authorBadlop <badlop@process-one.net>
Fri, 1 Feb 2013 15:50:13 +0000 (16:50 +0100)
committerBadlop <badlop@process-one.net>
Fri, 1 Feb 2013 15:50:42 +0000 (16:50 +0100)
src/ejd2odbc.erl

index d0d6fccf9c5f2e32922d648a85d16e7f1335d1af..68ebdfd5ffda32b3cce7002db0c69f27e41ec856 100644 (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 "