greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17220

Show
Ignore:
Timestamp:
2008-09-09 14:14:42 (4 months ago)
Author:
ak19
Message:

One more occasion where the quit command needs to be sent

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gsdl/trunk/perllib/downloaders/Z3950Download.pm

    r17218 r17220  
    150150    print STDERR "<<Finished>>\n"; 
    151151 
     152    # need to send the quit command, else yaz-client is still running in the background 
    152153    $self->run_command_without_output("quit"); 
    153154    close(YAZOUT); 
     
    370371   print STDERR "<<Finished>>\n";  
    371372 
     373   # need to send the quit command, else yaz-client is still running in the background 
     374   $self->run_command_without_output("quit"); 
    372375   close(YAZOUT); 
    373376   close(YAZIN);