Index: ossp-pkg/petidomo/acl.y RCS File: /v/ossp/cvs/ossp-pkg/petidomo/acl.y,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/petidomo/acl.y,v' 2>/dev/null --- acl.y 2001/01/08 20:49:52 1.5 +++ acl.y 2001/01/10 17:07:19 1.6 @@ -245,7 +245,6 @@ assert(parameter_ptr != NULL); MasterConfig = getMasterConfig(); - ListConfig = getListConfig(listname); g_MailStruct = MailStruct; g_parameter = NULL; @@ -299,6 +298,7 @@ if (listname == NULL) goto finished; + ListConfig = getListConfig(listname); yyin = fopen(ListConfig->acl_file, "r"); if (yyin == NULL) { switch(errno) {