IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24316


Ignore:
Timestamp:
Jun 3, 2009, 12:50:16 PM (17 years ago)
Author:
jhoblitt
Message:

retry find_instances() if validate_pos() eats all the params

File:
1 edited

Legend:

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

    r24315 r24316  
    14331433    my $sql = $self->sql;
    14341434
     1435    unless ($key) {
     1436        $log->warn("key was undefined after validate_pos(), trying again...");
     1437        return $self->find_instances(@_);
     1438    }
     1439
    14351440    # vol_name overrides the key implied volume
    14361441    eval {
Note: See TracChangeset for help on using the changeset viewer.