From: Felix Fietkau Date: Sun, 24 Jun 2012 21:51:25 +0000 (+0200) Subject: segfault X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fprocd.git;a=commitdiff_plain;h=43dec9ddfc926aaa884ecf939f8344e960805528 segfault --- diff --git a/service.c b/service.c index 66ea204..fe60503 100644 --- a/service.c +++ b/service.c @@ -44,7 +44,7 @@ service_instance_update(struct vlist_tree *tree, struct vlist_node *node_new, instance_stop(in_o, false); instance_free(in_o); } else if (in_n) { - DPRINTF("Create instance %s::%s\n", in_o->srv->name, in_o->name); + DPRINTF("Create instance %s::%s\n", in_n->srv->name, in_n->name); instance_start(in_n); } }