
jesse at bestpractical
Jun 27, 2008, 6:26 AM
Post #2 of 2
(160 views)
Permalink
|
On Fri, Jun 27, 2008 at 02:12:36PM +0200, Emmanuel Lacour wrote: > 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); > } Gosh. I have no idea. That sure looks like debugging garbage that got left around. > > > I found it when trying to analyze a fastcgi exit 0 that appears sometime on one > of my RTs ;) > _______________________________________________ > List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel > -- _______________________________________________ List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
|