X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_hkp.c;h=1465503ed87518be37ea9e045075e8fc07c6dfa1;hb=f98869fbb272a11751a1477e083898b8d41c94c6;hp=d55551e5724273ccf17fa44c232cb88e71c0dabc;hpb=de396fa4c9a6049fb6d8a31993f5e8ca762ace74;p=onak.git diff --git a/keydb_hkp.c b/keydb_hkp.c index d55551e..1465503 100644 --- a/keydb_hkp.c +++ b/keydb_hkp.c @@ -36,7 +36,7 @@ struct onak_hkp_dbctx { struct onak_db_config *config; /* Our DB config info */ CURL *curl; - char hkpbase[1024]; + char hkpbase[512]; }; static int hkp_parse_url(struct onak_hkp_dbctx *privctx, const char *url)