Skip to content

Commit f72349f

Browse files
committed
ssdp: added missing extension id registration
1 parent 0807dc2 commit f72349f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

process/ssdp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ __attribute__((constructor)) static void register_this_plugin()
5353
{
5454
static PluginRecord rec = PluginRecord("ssdp", [](){return new SSDPPlugin();});
5555
register_plugin(&rec);
56+
RecordExtSSDP::REGISTERED_ID = register_extension();
5657
}
5758

5859
// #define DEBUG_SSDP

0 commit comments

Comments
 (0)