• Oran Agra's avatar
    Cleanup nested module keyspace notifications (#12630) · fe37e4fc
    Oran Agra authored
    Recently we added a way for the module to declare that it wishes to
    receive nested KSN, by setting ALLOW_NESTED_KEYSPACE_NOTIFICATIONS.
    but it looks like this flow has a bug, clearing the `active` member
    when it was previously set. however, since nesting is permitted,
    this bug has no implications, since regardless of the active member,
    the notification is permitted.
    fe37e4fc
module.c 562 KB