X-Git-Url: http://wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp_ws.c;h=ecc95cc30c7c26fd87713ea27f02be2c2ce5782d;hb=23b63657e6e51b811ff70824a69c594039cfbf66;hp=afd5bc2b7ff52123f28c2168f7674df3793f50a3;hpb=cc96d6ddd6afd99772e429f971830110faa81dd9;p=ppastats.git diff --git a/src/lp_ws.c b/src/lp_ws.c index afd5bc2..ecc95cc 100644 --- a/src/lp_ws.c +++ b/src/lp_ws.c @@ -114,7 +114,7 @@ static char *get_last_creation_date(struct bpph **list) struct bpph **get_bpph_list(const char *archive_url, const char *pkg_status) { char *url, *key, *tmp; - struct bpph **result = NULL; + struct bpph **result; struct json_object *o, *bpph_json, *o_next; char *created_since_date; int ok;