Changeset 19274
- Timestamp:
- Aug 28, 2008, 3:38:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_webrequest.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_webrequest.pl
r18986 r19274 117 117 118 118 # Queue the request 119 my $req uest_id = 0;119 my $req_id = 0; 120 120 { 121 121 122 my $command = "$pstamptool -addreq -uri $request_file ";122 my $command = "$pstamptool -addreq -uri $request_file -ds_id 0"; 123 123 $command .= " -dbname $dbname" if $dbname; 124 124 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 128 128 die("Unable to perform pstamptool -addreq: $error_code"); 129 129 } 130 $req uest_id = ${$stdout_buf}[0];130 $req_id = ${$stdout_buf}[0]; 131 131 } 132 132 133 print "$req uest_id";133 print "$req_id"; 134 134 135 135 exit 0;
Note:
See TracChangeset
for help on using the changeset viewer.
