Re: cf3: SVN, a couple of bugs...
Mark Burgess <[email protected]> Sun, 26 Apr 2009 19:03:35 +0200
| Newsgroups | gmane.comp.sysutils.cfengine.bugs |
|---|---|
| Message-ID | <[email protected]> |
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 -------------------------------------------------