mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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
2 changed files with 9 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* call-scd.c (start_scd): Send event-signal option. Always check
|
||||
|
|
|
@ -270,7 +270,10 @@ start_scd (ctrl_t ctrl)
|
|||
if (DBG_ASSUAN)
|
||||
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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue