/[Sack]/trunk/lib/Sack/View.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Sack/View.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 127 by dpavlin, Wed Oct 7 16:21:33 2009 UTC revision 130 by dpavlin, Wed Oct 7 17:17:07 2009 UTC
# Line 44  sub new { Line 44  sub new {
44                  my $data = eval { Storable::fd_retrieve( $client ) };                  my $data = eval { Storable::fd_retrieve( $client ) };
45                  if ( $@ ) {                  if ( $@ ) {
46                          warn "[$port] ERROR $@\n";                          warn "[$port] ERROR $@\n";
47                          close $client;                          exec "$0 $port";
48                          next;                          warn "[$port] after exec";
49                  }                  }
50    
51                  if ( defined $data->{data} ) {                  if ( defined $data->{data} ) {

Legend:
Removed from v.127  
changed lines
  Added in v.130

  ViewVC Help
Powered by ViewVC 1.1.26