mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
agent: Prepare for Libassuan with Cygwin support.
* agent/gpg-agent.c (create_server_socket): Add arg "cygwin". Call assuan_sock_set_flag if Assuan version is recent enough. (main): Create ssh server socket with Cygwin flag set. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
2778c6f8f4
commit
b607657931
2 changed files with 15 additions and 8 deletions
|
@ -1109,7 +1109,6 @@ set_debug (const char *level)
|
|||
{
|
||||
int numok = (level && digitp (level));
|
||||
int numlvl = numok? atoi (level) : 0;
|
||||
int i;
|
||||
|
||||
if (!level)
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue