Skip to content
  • Ingo Klöcker's avatar
    Fix canceling of import command · d38ca481
    Ingo Klöcker authored
    We need to iterate over a copy of the jobs because canceling a job
    removes it from d->jobs which invalidates iterators working directly
    on d->jobs.
    
    GnuPG-bug-id: 5805
    d38ca481