[libvirt] [PATCH] Define ISCSIADM unconditionally

2014-03-21 Thread Ján Tomko
Commit 5e1d5dd moved the functions using isciadm to util/viriscsi.c, but ISCSIADM was only defined when the iscsi backend was compiled in. Define it unconditionally to fix the build (and allow testing of viriscsi.c) even if iscsi backend is disabled. --- Pushed as a build breaker fix.

Re: [libvirt] [PATCH] Define ISCSIADM unconditionally

2014-03-21 Thread Roman Bogorodskiy
Ján Tomko wrote: Commit 5e1d5dd moved the functions using isciadm to util/viriscsi.c, but ISCSIADM was only defined when the iscsi backend was compiled in. Define it unconditionally to fix the build (and allow testing of viriscsi.c) even if iscsi backend is disabled. Thanks, it works