chiark / gitweb /
do not rename the database on device rename
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 11 Aug 2010 12:34:32 +0000 (14:34 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 11 Aug 2010 12:34:32 +0000 (14:34 +0200)
Harald Hoyer discovered some incorrect behavior while debugging
problems with network interface renaming:

Udev events might be queued for devices which are renamed. A new
device registered the same time may claime the old name and create
a database entry for it. The current rename logic would move over
this databse entry to the wrong device.


No differences found