block: Fix protocol detection for Windows devices
commit209930818bc0bb1400fbfa7d6448066c1b9e7b4c
authorKevin Wolf <kwolf@redhat.com>
Thu, 6 May 2010 11:04:58 +0000 (6 13:04 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 17 May 2010 08:20:05 +0000 (17 10:20 +0200)
treeea8f9b407856fbb770db85aefd509633c92b23c7
parentb666d239509a0855740444c254a65cbf567bfb90
block: Fix protocol detection for Windows devices

We can't assume the file protocol for Windows devices, they need the same
detection as other files for which an explicit protocol is not specified.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c