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:
authorChristophe Romain <christophe.romain@process-one.net>2016-07-06 11:06:17 +0300
committerChristophe Romain <christophe.romain@process-one.net>2016-07-06 11:06:17 +0300
commitde9f80f2cea4fe3fe3fd29155f9f78b8a8c678bd (patch)
treed7642a80ffe5c316cda1717898eacda60827814f /src
parentbe3a4acb5547be957f910bd03c5683eccf797390 (diff)
Add missing '/' for jid matching from commit e300f80
Diffstat (limited to 'src')
-rw-r--r--src/node_flat_sql.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_flat_sql.erl b/src/node_flat_sql.erl
index 8cd8e4ccd..7c94c771d 100644
--- a/src/node_flat_sql.erl
+++ b/src/node_flat_sql.erl
@@ -416,7 +416,7 @@ get_entity_subscriptions_for_send_last(Host, Owner) ->
H = encode_host(Host),
SJ = encode_jid(SubKey),
GJ = encode_jid(GenKey),
- GJLike = <<(encode_jid_like(GenKey))/binary, "%">>,
+ GJLike = <<(encode_jid_like(GenKey))/binary, "/%">>,
Query =
case SubKey of
GenKey ->