diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-05-31 11:35:24 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-06-14 12:56:49 +0200 |
commit | 97f8616648b426f35621d7f9165c304a3416cd62 (patch) | |
tree | 5d5fb89f7da673088fd9d904d32162a8191a2955 /hw/ne2000.c | |
parent | 130314f83dc43fc3cc2f431d8cfa1595209673fe (diff) |
usb-linux: Don't try to open the same device twice
If a user wants to redirect 2 identical usb sticks, in theory this is
possible by doing:
usb_add host:1234:5678
usb_add host:1234:5678
But this will lead to us trying to open the first stick twice, since we
don't break the loop after having found a match in our filter list, so the next'
filter list entry will result in us trying to open the same device again.
Fix this by adding the missing break.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/ne2000.c')
0 files changed, 0 insertions, 0 deletions