mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
If the key does not contain '-' or '_', then it is not necessary to use proc_cmdline_key_streq(), and streq() is sufficient. This also adds missing assertions about 'key' argument.