aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ident/provider.c2
-rw-r--r--src/comp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ident/provider.c b/ident/provider.c
index 628c267..44ae342 100644
--- a/ident/provider.c
+++ b/ident/provider.c
@@ -142,7 +142,7 @@ pies_config_provider (struct grecs_node *node)
142 142
143 if (mp->configure && mp->configure (node, prov)) 143 if (mp->configure && mp->configure (node, prov))
144 { 144 {
145 grecs_error (&node->locus, 0, "provider configration failed"); 145 grecs_error (&node->locus, 0, "provider configuration failed");
146 //FIXME: memory leak 146 //FIXME: memory leak
147 return 1; 147 return 1;
148 } 148 }
diff --git a/src/comp.c b/src/comp.c
index 4f0634c..7eb8479 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -366,7 +366,7 @@ prog_is_leftover (struct prog *prog)
366} 366}
367 367
368/* If PROG is a leftover, mark it for termination. If it is a listener, 368/* If PROG is a leftover, mark it for termination. If it is a listener,
369 terminate it immediately. This ensures that all decomissioned sockets 369 terminate it immediately. This ensures that all decommissioned sockets
370 are closed before the subsequent call to progman_create_sockets, which 370 are closed before the subsequent call to progman_create_sockets, which
371 might need to reopen some of them. 371 might need to reopen some of them.
372*/ 372*/

Return to:

Send suggestions and report system problems to the System administrator.