[cast] Remove djb_hash() error check

This commit is contained in:
ejurgensen 2022-02-05 22:06:25 +01:00
parent a91d388fdf
commit dd5ab6eb1d

View File

@ -1755,11 +1755,6 @@ cast_device_cb(const char *name, const char *type, const char *domain, const cha
uint32_t id;
id = djb_hash(name, strlen(name));
if (!id)
{
DPRINTF(E_LOG, L_CAST, "Could not hash ChromeCast device name (%s)\n", name);
return;
}
friendly_name = keyval_get(txt, "fn");
if (friendly_name)