]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
bhyve_parse_command: Undefine CONSUME_ARG macro when no longer needed
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 8 Jan 2020 10:17:23 +0000 (11:17 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 8 Jan 2020 11:55:10 +0000 (12:55 +0100)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/bhyve/bhyve_parse_command.c

index 30927ff10c05b30cc55173bb38fac248fd763558..dd6a626ff4f3053fe5b5f34b75d55cdf07066d9b 100644 (file)
@@ -823,6 +823,8 @@ bhyveParseBhyveLoadCommandLine(virDomainDefPtr def,
     return 0;
 }
 
+#undef CONSUME_ARG
+
 static int
 bhyveParseCustomLoaderCommandLine(virDomainDefPtr def,
                                   int argc G_GNUC_UNUSED,