Thanks, will fix soon Robert Gerlach wrote: > I got a "void function cannot return value" error in enterprise_stubs.c, line > 258 and 269. > > Thanks, > Robert > > > Index: src/enterprise_stubs.c > =================================================================== > --- src/enterprise_stubs.c (Revision 282) > +++ src/enterprise_stubs.c (Arbeitskopie) > @@ -290,7 +290,7 @@ > #ifdef HAVE_LIBCFNOVA > Nova_GetClassName(i,name); > #else > - return OBS[i][0]; > + name = OBS[i]; > #endif > } > > @@ -301,7 +301,7 @@ > #ifdef HAVE_LIBCFNOVA > Nova_LookupClassName(i,name); > #else > - return OBS[i][0]; > + name = OBS[i]; > #endif > } > > > _______________________________________________ > 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
