X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=xwc-jobs.pl;h=3fd0f9564fc47b21fc90eb9e472b40b8e4694436;hb=a2061cb4d01e067be217fdcbc6c04e3a1fd26084;hp=7b6156c07bfaab0e937f0b8da992d3c5bcea7867;hpb=995807bbe28d77f5638a91fa09a8f82b327a922f;p=safeq diff --git a/xwc-jobs.pl b/xwc-jobs.pl index 7b6156c..3fd0f95 100755 --- a/xwc-jobs.pl +++ b/xwc-jobs.pl @@ -93,6 +93,8 @@ if ( exists $info->{spcs} ) { exit 0; } +exit 1 if ! defined $info->{hdrs}; # we didn't get expected output + my @headers = @{ $info->{hdrs} }; unshift @headers, 'id' if $op eq 'list'; unshift @headers, 'IP';