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

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