]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't try to parse a NULL ip address for boot server
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 22 Oct 2010 12:28:04 +0000 (13:28 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 22 Oct 2010 12:28:04 +0000 (13:28 +0100)
commit4af718297ad15d2d0cd3f95b690aa122466badea
treedbb8f1265bba0fb813f294ea29acdf6347182ac4
parent090404acfeee1bdaec65d8c74137508467f979e6
Don't try to parse a NULL ip address for boot server

The boot server IP address is optional, so it needs to be
checked before attempting to parse it.

* src/conf/network_conf.c: Don't parse NULL ip address for
  boot server
src/conf/network_conf.c