lib/upnp/Discovery: use InjectEvent instead of DeferEvent

Fixes regression by commit 774b4313f2
This commit is contained in:
Max Kellermann
2021-11-30 18:01:39 +01:00
parent 1ff8626716
commit 933a1a41e6
2 changed files with 4 additions and 2 deletions

2
NEWS
View File

@@ -2,6 +2,8 @@ ver 0.23.5 (not yet released)
* protocol
- support relative offsets for "searchadd"
- fix "searchaddpl" bug (bogus error "Bad position")
* database
- upnp: fix crash bug
* migrate to PCRE2
* GCC 12 build fixes