aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyvectl
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-04-08 20:54:13 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-04-08 20:54:13 +0000
commit96c2ac37d3a8c3229ee581ba57c0982f5d501a3f (patch)
tree8ed4fa81d6a17a2e30a784fb0f80ba2638fe9d6d /usr.sbin/bhyvectl
parentee7f31c068884c5792903b21c91f83cd08b76893 (diff)
downloadsrc-96c2ac37d3a8c3229ee581ba57c0982f5d501a3f.tar.gz
src-96c2ac37d3a8c3229ee581ba57c0982f5d501a3f.zip
Explicitly initialize 'vmname' to NULL.
Reviewed by: grehan
Notes
Notes: svn path=/head/; revision=264275
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 50a71bb17894..2e732b512595 100644
--- a/usr.sbin/bhyvectl/bhyvectl.c
+++ b/usr.sbin/bhyvectl/bhyvectl.c
@@ -569,6 +569,7 @@ main(int argc, char *argv[])
};
vcpu = 0;
+ vmname = NULL;
assert_lapic_lvt = -1;
progname = basename(argv[0]);