/[pxelator]/lib/PXElator/tftpd.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 /lib/PXElator/tftpd.pm

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

revision 547 by dpavlin, Sat Oct 9 13:50:38 2010 UTC revision 548 by dpavlin, Sat Oct 9 20:06:44 2010 UTC
# Line 40  sub transfer_status { Line 40  sub transfer_status {
40    
41  use config;  use config;
42    
43    $SIG{CHLD}='IGNORE';
44    
45  sub tftp_request {  sub tftp_request {
46          my $request = shift;          my $request = shift;
47    
# Line 85  sub tftp_request { Line 87  sub tftp_request {
87                  store::audit( $opcode, $audit );                  store::audit( $opcode, $audit );
88          }          }
89    
90            exit 0;
91  }  }
92    
93  use server;  use server;

Legend:
Removed from v.547  
changed lines
  Added in v.548

  ViewVC Help
Powered by ViewVC 1.1.26