Fix warning in previous commit

This commit is contained in:
Badlop 2017-08-04 13:09:17 +02:00
parent 766b7c65a6
commit 101e808124
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ decode_item(Item, R, Managed) ->
end,
groups = Item#roster_item.groups}.
process_iq_set(#iq{from = From, to = To,
process_iq_set(#iq{from = _From, to = To,
sub_els = [#roster_query{items = [QueryItem]}]} = IQ) ->
#jid{user = User, luser = LUser, lserver = LServer} = To,
LJID = jid:tolower(QueryItem#roster_item.jid),