summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyvectl
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-07-21 18:23:48 +0000
committerjhb <jhb@FreeBSD.org>2014-07-21 18:23:48 +0000
commit044fcd5dc21bf096ebbe9d9453510cd559ce0796 (patch)
treef11be07aa1cadd87ca6f4e0aef574f5e4a073c71 /usr.sbin/bhyvectl
parent5c6edbfe0841f9b5143b4411739c44fa18855938 (diff)
downloadFreeBSD-src-044fcd5dc21bf096ebbe9d9453510cd559ce0796.zip
FreeBSD-src-044fcd5dc21bf096ebbe9d9453510cd559ce0796.tar.gz
MFC 264275:
Explicitly initialize 'vmname' to NULL.
Diffstat (limited to 'usr.sbin/bhyvectl')
-rw-r--r--usr.sbin/bhyvectl/bhyvectl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bhyvectl/bhyvectl.c b/usr.sbin/bhyvectl/bhyvectl.c
index 57d6e38..ceee33a 100644
--- a/usr.sbin/bhyvectl/bhyvectl.c
+++ b/usr.sbin/bhyvectl/bhyvectl.c
@@ -574,6 +574,7 @@ main(int argc, char *argv[])
};
vcpu = 0;
+ vmname = NULL;
assert_lapic_lvt = -1;
progname = basename(argv[0]);
OpenPOWER on IntegriCloud