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

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

revision 260 by dpavlin, Wed Aug 19 10:56:04 2009 UTC revision 267 by dpavlin, Wed Aug 19 17:01:20 2009 UTC
# Line 42  use client; Line 42  use client;
42  sub client_mac_ip {  sub client_mac_ip {
43          my ( $mac, $request_ip ) = @_;          my ( $mac, $request_ip ) = @_;
44    
45            if ( ! $mac ) {
46                    warn "W: no mac in requiest\n";
47                    return;
48            }
49    
50          my $conf = $server::conf;          my $conf = $server::conf;
51          mkdir $conf unless -e $conf;          mkdir $conf unless -e $conf;
52    

Legend:
Removed from v.260  
changed lines
  Added in v.267

  ViewVC Help
Powered by ViewVC 1.1.26