chiark / gitweb /
fix name compare bug name_list_key_add()
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Mon, 8 Sep 2008 19:51:30 +0000 (21:51 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 8 Sep 2008 19:51:30 +0000 (21:51 +0200)
commitcb8896cd74814acc9360db3156e37233fcfbc20c
treee16e7e312ef5df706bf21c0d7a17fd064e77533f
parent37a123a9bccd448333fcd83abec926f195dbed9e
fix name compare bug name_list_key_add()

The search for an existing key e.g. FOO would match longer
keys e.g. FOOBAR. Reuse the correct code from name_list_remove().
udev/udev_utils.c