Many thanks! Matt Richards wrote: > Greetings, a couple of small bugs in SVN cfengine: > > ### > files_editline (line 1090): > > if (a.transaction.action = cfa_warn) > > should be > > if (a.transaction.action == cfa_warn) > > ### > files_editline (line 1106): > > if (a.transaction.action = cfa_warn) > > should be > > if (a.transaction.action == cfa_warn) > > ### > generic_agent.c (line 461) > > if (stat(InputLocation((char *)returnval.item),&sb) == -1) > > should be > if (stat(InputLocation((char *)sl->item),&sb) == -1) > _______________________________________________ > Bug-cfengine mailing list > [email protected] > https://cfengine.org/mailman/listinfo/bug-cfengine
-- Mark Burgess ------------------------------------------------- Professor of Network and System Administration Oslo University College, Norway Personal Web: http://www.iu.hio.no/~mark Office Telf : +47 22453272 ------------------------------------------------- _______________________________________________ Bug-cfengine mailing list [email protected] https://cfengine.org/mailman/listinfo/bug-cfengine
