1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

gcc: older version can't see udev is always set

This commit is contained in:
Zdenek Kabelac 2019-10-22 10:43:11 +02:00
parent 967e2decd2
commit a7563dc6a1

View File

@ -1087,7 +1087,7 @@ out:
static void _insert_dirs(struct dm_list *dirs)
{
struct dir_list *dl;
struct udev *udev;
struct udev *udev = NULL;
int with_udev;
with_udev = obtain_device_list_from_udev() &&