]> the.earth.li Git - onak.git/blobdiff - keydb_hkp.c
Clean up a couple of format truncation warnings
[onak.git] / keydb_hkp.c
index d55551e5724273ccf17fa44c232cb88e71c0dabc..1465503ed87518be37ea9e045075e8fc07c6dfa1 100644 (file)
@@ -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)