mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-12 22:11:29 +02:00
(start_scd): Do not register an event signal if we
are running as a pipe server.
This commit is contained in:
parent
5fa53f7524
commit
d74d2f5bc9
@ -1,3 +1,8 @@
|
|||||||
|
2004-04-26 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* call-scd.c (start_scd): Do not register an event signal if we
|
||||||
|
are running as a pipe server.
|
||||||
|
|
||||||
2004-04-21 Werner Koch <wk@gnupg.org>
|
2004-04-21 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* call-scd.c (start_scd): Send event-signal option. Always check
|
* call-scd.c (start_scd): Send event-signal option. Always check
|
||||||
|
@ -270,7 +270,10 @@ start_scd (ctrl_t ctrl)
|
|||||||
if (DBG_ASSUAN)
|
if (DBG_ASSUAN)
|
||||||
log_debug ("connection to SCdaemon established\n");
|
log_debug ("connection to SCdaemon established\n");
|
||||||
|
|
||||||
/* Tell the scdaemon that we want him to send us an event signal. */
|
/* Tell the scdaemon that we want him to send us an event signal.
|
||||||
|
But only do this if we are running as a regular sever and not
|
||||||
|
simply as a pipe server. */
|
||||||
|
if (ctrl->connection_fd != -1)
|
||||||
{
|
{
|
||||||
char buf[100];
|
char buf[100];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user