mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-26 00:02:06 +01:00
Use weak ref connection in PrivacyListManager
This commit is contained in:
parent
ecc13e2e91
commit
1d2f9749b6
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ public class PrivacyListManager extends Manager {
|
||||||
|
|
||||||
// Send a result package acknowledging the reception of a privacy package.
|
// Send a result package acknowledging the reception of a privacy package.
|
||||||
IQ iq = IQ.createResultIQ(privacy);
|
IQ iq = IQ.createResultIQ(privacy);
|
||||||
connection.sendPacket(iq);
|
connection().sendPacket(iq);
|
||||||
}
|
}
|
||||||
}, PACKET_FILTER);
|
}, PACKET_FILTER);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue