2002-06-21 Marcus Brinkmann <marcus@g10code.de>
* wait.c (_gpgme_remove_io_cb): Unlock FDT->lock.
This commit is contained in:
parent
5e13668340
commit
a8f087da34
@ -1,3 +1,7 @@
|
||||
2002-06-21 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* wait.c (_gpgme_remove_io_cb): Unlock FDT->lock.
|
||||
|
||||
2002-06-20 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* rungpg.c (build_argv): Ignore GPG_AGENT_INFO if set but empty.
|
||||
|
@ -390,5 +390,6 @@ _gpgme_remove_io_cb (void *data)
|
||||
fdt->fds[idx].for_read = 0;
|
||||
fdt->fds[idx].for_write = 0;
|
||||
fdt->fds[idx].opaque = NULL;
|
||||
UNLOCK (fdt->lock);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user