From 21d307367eb991f7494ce43087a5edb94288d08f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 20 Nov 2013 19:00:12 +0100 Subject: fix rcS memory leaks and running hook Signed-off-by: John Crispin --- service/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service') diff --git a/service/service.c b/service/service.c index d084371..3ec24c3 100644 --- a/service/service.c +++ b/service/service.c @@ -139,7 +139,7 @@ service_update(struct service *s, struct blob_attr *config, struct blob_attr **t vlist_flush(&s->instances); } - rcnow(s->name, "running"); + rc(s->name, "running"); return 0; } -- cgit v1.2.3