Changeset 17220
- Timestamp:
- 2008-09-09 14:14:42 (4 months ago)
- Files:
-
- gsdl/trunk/perllib/downloaders/Z3950Download.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gsdl/trunk/perllib/downloaders/Z3950Download.pm
r17218 r17220 150 150 print STDERR "<<Finished>>\n"; 151 151 152 # need to send the quit command, else yaz-client is still running in the background 152 153 $self->run_command_without_output("quit"); 153 154 close(YAZOUT); … … 370 371 print STDERR "<<Finished>>\n"; 371 372 373 # need to send the quit command, else yaz-client is still running in the background 374 $self->run_command_without_output("quit"); 372 375 close(YAZOUT); 373 376 close(YAZIN);
