1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* gpgkeys_hkp.c (srv_replace): Fix build warning.

This commit is contained in:
David Shaw 2009-05-28 04:33:10 +00:00
parent e8436d575e
commit 0f993bbd65
2 changed files with 6 additions and 0 deletions

View file

@ -490,6 +490,7 @@ fail_all(struct keylist *keylist,int err)
}
}
#ifdef HAVE_LIBCURL
/* If there is a SRV record, take the highest ranked possibility.
This is a hack, as we don't proceed downwards. */
static void
@ -532,6 +533,7 @@ srv_replace(void)
}
#endif
}
#endif
static void
show_help (FILE *fp)