Changeset 584


Ignore:
Timestamp:
01/11/13 16:15:37 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix bug introduced due to stuffing rdepth into alloc_from for
guided allocation of static IPs. See #5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r582 r584  
    509509
    510510  # split up some linked data for static IPs via guided allocation.  needed for breadcrumbs lite.
    511   ($webvar{alloc_from},$webvar{rdepth}) = split /,/, $webvar{alloc_from};
     511  ($webvar{alloc_from},$webvar{rdepth}) = split /,/, $webvar{alloc_from} if $webvar{alloc_from} =~ /,/;
    512512
    513513  # $code is "success" vs "failure", $msg contains OK for a
Note: See TracChangeset for help on using the changeset viewer.