Changeset 17220


Ignore:
Timestamp:
2008-09-09T14:14:42+12:00 (16 years ago)
Author:
ak19
Message:

One more occasion where the quit command needs to be sent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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);
Note: See TracChangeset for help on using the changeset viewer.