Changeset 27783 for trunk/pstamp
- Timestamp:
- Apr 27, 2010, 11:37:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r27751 r27783 558 558 } 559 559 if (!$fault) { 560 # don't wait for update unless the caller asks usto561 if ( !($option_mask & $PSTAMP_WAIT_FOR_UPDATE)) {560 # wait for update unless the customer asks us not to 561 if (($option_mask & $PSTAMP_NO_WAIT_FOR_UPDATE)) { 562 562 $newState = 'stop'; 563 563 $fault = $PSTAMP_NOT_AVAILABLE; … … 724 724 $fault = $PSTAMP_GONE; 725 725 } elsif (($data_state ne 'full') or ($need_magic and ($image->{magicked} < 0))) { 726 # don't wait for update unless the caller asks usto727 if ( !($option_mask & $PSTAMP_WAIT_FOR_UPDATE)) {726 # wait for update unless the customer asks us to not to 727 if ($option_mask & $PSTAMP_NO_WAIT_FOR_UPDATE) { 728 728 $newState = 'stop'; 729 729 $fault = $PSTAMP_NOT_AVAILABLE;
Note:
See TracChangeset
for help on using the changeset viewer.
