chiark / gitweb /
OWNER/GROUP: fix if logic
authorScott James Remnant <scott@ubuntu.com>
Thu, 14 May 2009 11:42:44 +0000 (12:42 +0100)
committerScott James Remnant <scott@ubuntu.com>
Thu, 14 May 2009 11:42:44 +0000 (12:42 +0100)
commit055e40edc647d8ccfc27c9cd3163ab5dbf63ed6c
tree29a21bc48d9a89bcebbf12e2c7798c0db71496b1
parentb4fa1b67f86c9555cbb41c57774761730f6b8939
OWNER/GROUP: fix if logic

The introduction of the --resolve-names=early/never code introduced a
bug to the OWNER/GROUP lookup.  Previously if the name had contained $,
lookup would have been performed later; after the patch, the key ended
up being ignored!
udev/udev-rules.c