Changeset 867 for trunk


Ignore:
Timestamp:
05/04/16 10:41:20 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Extra safety net in allocateBlock() to make sure we have a user identifier
for logging and downstream RPC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/IPDB.pm

    r866 r867  
    15311531  $args{vlan} = '' if !$args{vlan};
    15321532  $args{rdns} = '' if !$args{rdns};
     1533
     1534  $args{user} = $args{rpcuser} if !$args{user};
    15331535
    15341536  # Could arguably allow this for eg /120 allocations, but end users who get a single v4 IP are
Note: See TracChangeset for help on using the changeset viewer.