aboutsummaryrefslogtreecommitdiff
path: root/src/acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/acl.c')
-rw-r--r--src/acl.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/acl.c b/src/acl.c
index e7523f5..53e5dd8 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -535,7 +535,10 @@ _acl_common_section_parser (enum grecs_callback_command cmd,
535 if (tag && (acl = pies_acl_install (acl)) == NULL) 535 if (tag && (acl = pies_acl_install (acl)) == NULL)
536 return 1; 536 return 1;
537 if (pacl) 537 if (pacl)
538 *pacl = acl; 538 {
539 pies_acl_free (*pacl);
540 *pacl = acl;
541 }
539 break; 542 break;
540 543
541 case grecs_callback_section_end: 544 case grecs_callback_section_end:

Return to:

Send suggestions and report system problems to the System administrator.