Index: trunk/pstamp/scripts/pstampparse.pl
===================================================================
--- trunk/pstamp/scripts/pstampparse.pl	(revision 25793)
+++ trunk/pstamp/scripts/pstampparse.pl	(revision 25796)
@@ -409,7 +409,6 @@
                 $fault = $PSTAMP_GONE;
             } elsif (($data_state ne 'full') or ($run_state ne 'full' )) {
-                my $PSTAMP_NO_UPDATE = 2048;
-                # for now just fault while I build pstampDependent
-                if ($option_mask & $PSTAMP_NO_UPDATE) {
+                # don't wait for update unless the caller asks us to
+                if (!($option_mask & $PSTAMP_WAIT_FOR_UPDATE)) {
                     $newState = 'stop';
                     $fault = $PSTAMP_NOT_AVAILABLE;
