projects
/
oweals
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a96369
)
segfault
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 24 Jun 2012 21:51:25 +0000
(23:51 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 24 Jun 2012 21:51:25 +0000
(23:51 +0200)
service.c
patch
|
blob
|
history
diff --git
a/service.c
b/service.c
index 66ea204fdf3352cae6f61f02415793944ba9012d..fe605034d3b40717a42fe76f0e92c1f07feff60c 100644
(file)
--- 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);
}
}