Changeset 660 for trunk/cgi-bin/IPDB.pm


Ignore:
Timestamp:
12/29/14 17:46:43 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Backmerge addition of RPC shim from /branches/stable r600

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/cgi-bin/IPDB.pm

    r655 r660  
    2525@EXPORT_OK    = qw(
    2626        %disp_alloctypes %list_alloctypes %def_custids @citylist @poplist
    27         %IPDBacl %aclmsg $errstr
     27        %IPDBacl %aclmsg %rpcacl
     28        $errstr
    2829        &initIPDBGlobals &connectDB &finish &checkDBSanity
    2930        &addMaster &touchMaster
     
    3940%EXPORT_TAGS    = ( ALL => [qw(
    4041                %disp_alloctypes %list_alloctypes %def_custids @citylist @poplist
    41                 %IPDBacl %aclmsg $errstr
     42                %IPDBacl %aclmsg %rpcacl
     43                $errstr
    4244                &initIPDBGlobals &connectDB &finish &checkDBSanity
    4345                &addMaster &touchMaster
     
    6870        delblock        => 'delete an allocation',
    6971        );
     72
     73our %rpcacl;
    7074
    7175# error reporting
Note: See TracChangeset for help on using the changeset viewer.