]> git.ipfire.org Git - thirdparty/systemd.git/commit
chase: Allow passing NULL as the empty path to chaseat()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 2 Jun 2023 09:00:48 +0000 (11:00 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 6 Jun 2023 12:42:03 +0000 (14:42 +0200)
commit3c8f449cc84c5c3f583841360271d927d5e384fc
treefb5a762bfa264c7c614bc3762105257fd1adf596
parentf5dc1adc7162f1bf6c4618b7863e7317f3f826bf
chase: Allow passing NULL as the empty path to chaseat()

Per coding style, we should accept NULL as the empty path.
src/basic/chase.c
src/test/test-chase.c