diff options
Diffstat (limited to 'dirmngr/server.c')
-rw-r--r-- | dirmngr/server.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dirmngr/server.c b/dirmngr/server.c index 2928a2596..a22a2f45c 100644 --- a/dirmngr/server.c +++ b/dirmngr/server.c @@ -2127,6 +2127,9 @@ make_keyserver_item (const char *uri, uri_item_t *r_item) gpg_error_t err; uri_item_t item; char *tmpstr = NULL; +#if USE_LDAP + const char *s; +#endif *r_item = NULL; |