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/dsfilesetls

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