[netcf-devel] [PATCH] Windows port

Adam Stokes ajs at redhat.com
Tue Sep 14 14:46:52 UTC 2010


Hi Eric,

----- "Eric Blake" <eblake at redhat.com> wrote:

> 
> > +++ b/src/ncftool.c
> > @@ -784,7 +784,10 @@ int main(int argc, char **argv) {
> > fprintf(stderr, "Failed to initialize netcf\n");
> > if (ncf != NULL)
> > print_netcf_error();
> > +#ifndef WIN32
> > + // FIXME: Need to find out why ncf_init is croaking
> > exit(EXIT_FAILURE);
> > +#endif
> 
> Does this really work for WIN32 but fail otherwise?
> 

Fails during ncf_init on WIN32 and works otherwise -- still investigating why this is.

-- 
        __          __                
.-----.|  |_.-----.|  |--.-----.-----.
|__ --||   _|  _  ||    <|  -__|__ --|
|_____||____|_____||__|__|_____|_____|
 .----------------------------------.
(   ajs at redhat.com || 919.754.4187   )
 `----------------------------------'



More information about the netcf-devel mailing list