Fix segfault

Signed-off-by: Lon Hohberger <lhh@redhat.com>
This commit is contained in:
Lon Hohberger 2009-08-21 14:36:14 -04:00
parent 5a0f12de3a
commit d3a421f1bb

View File

@ -20,7 +20,7 @@ main(int argc, char **argv)
const char *config_file = DEFAULT_CONFIG_FILE;
config_object_t *config;
const plugin_t *p;
srv_context_t mcast_context;
srv_context_t mcast_context = NULL;
srv_context_t libvirt_context; /*XXX these should be differently
named context types */
int debug_set = 0;