mirror of
https://github.com/systemd/systemd.git
synced 2026-08-10 17:14:31 +00:00
Just test if hashmap_get returns null. hashmap_contains does exactly same thing internally so this is slightly more efficient for the true case. Silences a coverity warning too. CID#1237648