[Rt-devel] exit 0 in Record.pm

Emmanuel Lacour elacour at easter-eggs.com
Fri Jun 27 08:12:36 EDT 2008


Can someone has some explanation on this code in sub Create of Record.pm ??

if  (UNIVERSAL::isa('errno',$id)) {
      exit(0);
      warn "It's here!";
      return(undef);
}


I found it when trying to analyze a fastcgi exit 0 that appears sometime on one
of my RTs ;)


More information about the Rt-devel mailing list