X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Fopkg_download.c;h=70d11955d781543933fb688f48652782338aed1c;hp=2d6d72c89c71d6fdc42b9c583f8ca42d0490d2fc;hb=f032fb5b8c7c73531257331dc1b5489147ca0c85;hpb=f286ba3011c06919664acfbf1d03b1073175e819 diff --git a/libopkg/opkg_download.c b/libopkg/opkg_download.c index 2d6d72c..70d1195 100644 --- a/libopkg/opkg_download.c +++ b/libopkg/opkg_download.c @@ -306,10 +306,7 @@ int opkg_prepare_url_for_install(opkg_conf_t *conf, const char *url, char **name pkg->state_want = SW_INSTALL; pkg->state_flag |= SF_PREFER; pkg = hash_insert_pkg(&conf->pkg_hash, pkg, 1,conf); - if ( pkg == NULL ){ - fprintf(stderr, "%s : This should never happen. Report this Bug in bugzilla please \n ",__FUNCTION__); - return 0; - } + if (namep) { *namep = xstrdup(pkg->name); }