chiark / gitweb /
tmpfiles: Fix handling of duplicate lines
authorMartin Pitt <martin.pitt@ubuntu.com>
Thu, 5 Mar 2015 13:58:56 +0000 (14:58 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Thu, 5 Mar 2015 15:14:07 +0000 (16:14 +0100)
commit6487ada88d63e4998113f4c57fa10b7c865f8026
tree6f879c7d0e4f55ea4b2f45f679abead6a8ea1d81
parent6437edbebe80e68b782f178c7a76e870a53811d7
tmpfiles: Fix handling of duplicate lines

Commit 3f93da987 accidentally dropped the "return 0" after detection of a
duplicate line. Put it back, to get back the documented and intended "first
match wins" behaviour.

https://launchpad.net/bugs/1428540
src/tmpfiles/tmpfiles.c