X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;ds=sidebyside;f=keydb_hkp.c;h=1465503ed87518be37ea9e045075e8fc07c6dfa1;hb=f98869fbb272a11751a1477e083898b8d41c94c6;hp=d55551e5724273ccf17fa44c232cb88e71c0dabc;hpb=409ce1e3784064ab8f2786a9600a30809c502a46;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)