Clean up assertion in get_boot_devices_list()
authorMarkus Armbruster <armbru@redhat.com>
Tue, 8 Nov 2011 09:58:00 +0000 (10:58 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 9 Nov 2011 18:06:20 +0000 (12:06 -0600)
commit1c33df2c1242068cd5da35cb65660db2c36825bd
tree77aa3ccc965778ceebb5a5430bf450614a2104c3
parent0dd7bccdfe8dacf4c4d91d8aa5246f1cd5622164
Clean up assertion in get_boot_devices_list()

g_strdup() can't fail, remove assertion.  Assert its argument can't be
null, because that's not obvious (add_boot_device_path() ensures it).

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c