aboutsummaryrefslogtreecommitdiff
path: root/src/progman.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-02-21 10:15:50 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-02-21 10:17:20 +0200
commitda6e295140fc1a1ef56db1c6f792e86793f7f2b1 (patch)
tree06a44c125b858f0b498555d722d2ab8f2f85fbf5 /src/progman.c
parent5ba46aeec2900c23a0c260093daf56180f1180c0 (diff)
downloadpies-da6e295140fc1a1ef56db1c6f792e86793f7f2b1.tar.gz
pies-da6e295140fc1a1ef56db1c6f792e86793f7f2b1.tar.bz2
Bugfix
* src/comp.c (component_config_commit): Correctly handle empty list of components.
Diffstat (limited to 'src/progman.c')
-rw-r--r--src/progman.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/progman.c b/src/progman.c
index 52c875f..a6202f3 100644
--- a/src/progman.c
+++ b/src/progman.c
@@ -174,6 +174,7 @@ destroy_prog (struct prog **pp)
component_ref_decr (p->v.p.comp);
if (p->v.p.status == status_listener && p->v.p.socket != -1)
deregister_socket (p->v.p.socket);
+ /* FIXME: Remove also all dependent progs (esp. tcpmux) */
break;
case TYPE_REDIRECTOR:

Return to:

Send suggestions and report system problems to the System administrator.