[CRIU] [PATCH 1/3] zdtm: Make pthread00 to use exit(0)

Cyrill Gorcunov gorcunov at openvz.org
Fri Nov 23 05:05:33 EST 2012


On Fri, Nov 23, 2012 at 01:54:34PM +0400, Andrew Vagin wrote:
> > >  	pid = test_fork();
> > >  	if (pid < 0) {
> > > -		exit(1);
> > > +		exit(0);
> 
> Why do we resturn 0 here?
> I said that we may return 0, if a process completed successfully.

Sliped in. sorry, i'll update.

	Cyrill


More information about the CRIU mailing list