]> git.ipfire.org Git - thirdparty/systemd.git/commit
Update catalog.c - Removing sanity check as there is no need of checking non null...
authorSidhuRupinder <158014905+SidhuRupinder@users.noreply.github.com>
Thu, 7 Mar 2024 01:31:59 +0000 (07:01 +0530)
committerGitHub <noreply@github.com>
Thu, 7 Mar 2024 01:31:59 +0000 (10:31 +0900)
commit6ad20da18a81758a34e70646d8602a8cd7c95000
tree9288af42bf4841752f5d657e8e9858c897be2729
parent6d1321c3284d1b84d1f7575ff00b712023d5a22b
Update catalog.c - Removing sanity check as there is no need of checking non null pointer (#31653)

There is no need to check the pointer as the pointer will never be NULL.

Co-authored-by: Frantisek Sumsal <frantisek@sumsal.cz>
src/libsystemd/sd-journal/catalog.c