IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26538


Ignore:
Timestamp:
Jan 7, 2010, 2:46:22 PM (16 years ago)
Author:
bills
Message:

fix for ticket 1343. die if ! md5sum($file)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStoreServer/scripts/dsreg

    r26086 r26538  
    365365                # Get MD5 sum
    366366                $file->{md5sum} = file_md5_hex($path);
     367                die("failed to compute valid md5sum for $path") if !$file->{md5sum};
    367368            }
    368369        }
Note: See TracChangeset for help on using the changeset viewer.