mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
.
This commit is contained in:
parent
cb1840720a
commit
526ed521a7
5 changed files with 93 additions and 11 deletions
|
@ -137,6 +137,9 @@ start_scd (ctrl_t ctrl)
|
|||
int no_close_list[3];
|
||||
int i;
|
||||
|
||||
if (opt.disable_scdaemon)
|
||||
return gpg_error (GPG_ERR_NOT_SUPPORTED);
|
||||
|
||||
#ifdef USE_GNU_PTH
|
||||
if (!pth_mutex_acquire (&scd_lock, 0, NULL))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue