mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
scd: Use Assuan macro instead of a number constant.
--
This commit is contained in:
parent
75c64c2b6d
commit
bdd180f47c
@ -326,11 +326,12 @@ start_scd (ctrl_t ctrl)
|
||||
}
|
||||
no_close_list[i] = ASSUAN_INVALID_FD;
|
||||
|
||||
/* Connect to the pinentry and perform initial handshaking. Use
|
||||
detached flag (128) so that under W32 SCDAEMON does not show up a
|
||||
/* Connect to the scdaemon and perform initial handshaking. Use
|
||||
detached flag so that under Windows SCDAEMON does not show up a
|
||||
new window. */
|
||||
rc = assuan_pipe_connect (ctx, opt.scdaemon_program, argv,
|
||||
no_close_list, atfork_cb, NULL, 128);
|
||||
no_close_list, atfork_cb, NULL,
|
||||
ASSUAN_PIPE_CONNECT_DETACHED);
|
||||
if (rc)
|
||||
{
|
||||
log_error ("can't connect to the SCdaemon: %s\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user