IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2008, 4:49:21 PM (18 years ago)
Author:
jhoblitt
Message:

allow Nebulous::Server::create_object() vol_name to be undef

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r17453 r17535  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.59 2008-04-18 02:08:35 jhoblitt Exp $
     3# $Id: Server.pm,v 1.60 2008-05-06 02:49:21 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    148148        },
    149149        {
    150             type        => SCALAR,
     150            type        => SCALAR|UNDEF,
    151151            callbacks   => {
    152152                # check that the volume requested is valid
Note: See TracChangeset for help on using the changeset viewer.