IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2008, 11:24:15 AM (18 years ago)
Author:
jhoblitt
Message:

fix timeout handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsrootls

    r17649 r17739  
    33# Copyright (C) 2006-2008  Joshua Hoblitt
    44#
    5 # $Id: dsrootls,v 1.3 2008-05-13 03:12:52 jhoblitt Exp $
     5# $Id: dsrootls,v 1.4 2008-05-19 21:24:15 jhoblitt Exp $
    66
    77use strict;
     
    4040    );
    4141
    42 unless (defined $response or $response->is_success) {
     42unless (defined $response and $response->is_success) {
    4343    warn "request failed: ", $response->status_line;
    4444    exit($response->code - 300);
Note: See TracChangeset for help on using the changeset viewer.