core: fix assertions in manager_dispatch_user_lookup_fd()
authorLennart Poettering <lennart@poettering.net>
Thu, 25 Apr 2024 11:30:10 +0000 (13:30 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 25 Apr 2024 11:32:25 +0000 (13:32 +0200)
commit33fc8b0d95bb05718e93476e7aa0cd6e65b0062a
tree7022094d36dbab83a58796ac10e94b06456df740
parent90db1582a97d048769198ee1c0f367d003eeb130
core: fix assertions in manager_dispatch_user_lookup_fd()

assert_se() should not be used here, these checks are paranoia only and
have no side-effect after all.

hence fix this to use assert(), or in fact ASSERT_PTR()
src/core/manager.c