aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md1
-rw-r--r--CONTRIBUTORS.md2
-rw-r--r--src/ejabberd_sql.erl2
3 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 085656822..9d6220841 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -146,4 +146,3 @@ gives us the option to relicense the code with a more permissive license in the
[developer-setup]: https://docs.ejabberd.im/developer/
[cla]: https://www.process-one.net/resources/ejabberd-cla.pdf
[license]: https://github.com/processone/ejabberd/blob/master/COPYING
-[influx-cla]: https://influxdb.com/community/cla.html
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index ffbbe2aaa..50c7d614a 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -29,7 +29,7 @@ We would like to thanks official ejabberd source code contributors:
- Radoslaw Szymczyszyn
- Stu Tomlinson
- Christian Ulrich
-- Holger Weiss
+- Holger Weiß
Please, if you think we are missing your contribution, do not hesitate to contact us at ProcessOne.
In case you do not want to appear in this list, please, let us know as well.
diff --git a/src/ejabberd_sql.erl b/src/ejabberd_sql.erl
index 8b28f0735..3d3741548 100644
--- a/src/ejabberd_sql.erl
+++ b/src/ejabberd_sql.erl
@@ -176,7 +176,7 @@ keep_alive(Host, PID) ->
{sql_cmd, {sql_query, ?KEEPALIVE_QUERY},
p1_time_compat:monotonic_time(milli_seconds)},
query_timeout(Host)) of
- {selected,[<<"1">>],[[<<"1">>]]} ->
+ {selected,_,[[<<"1">>]]} ->
ok;
_Err ->
?ERROR_MSG("keep alive query failed, closing connection: ~p", [_Err]),