IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2009, 3:40:03 PM (17 years ago)
Author:
jhoblitt
Message:

fix use of mkpath()

File:
1 edited

Legend:

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

    r24331 r24332  
    19891989        my $storage_filename = $self->_generate_storage_filename($key->path, $ins_id);
    19901990        unless (-d $storage_path) {
    1991             _retry(sub { mkpath(@_) }, $storage_path, 0, 0775)
     1991            _retry(sub { mkpath([$storage_path], 0, 0775) })
    19921992                or die "can't create storage path: $storage_path";
    19931993        }
Note: See TracChangeset for help on using the changeset viewer.