IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15290


Ignore:
Timestamp:
Oct 11, 2007, 3:25:18 PM (19 years ago)
Author:
jhoblitt
Message:

fix handling of checksum failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsget

    r15264 r15290  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: dsget,v 1.7 2007-10-09 23:20:33 jhoblitt Exp $
     5# $Id: dsget,v 1.8 2007-10-12 01:25:18 jhoblitt Exp $
    66
    77use strict;
     
    8383die "request failed" unless defined $response;
    8484die "request failed: ", $response->status_line unless $response->is_success;
    85 die "checksum failed" unless $response->filename;
     85die "checksum failed" unless $response->data;
    8686
    8787# file retreival succeed
Note: See TracChangeset for help on using the changeset viewer.