mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -05:00
[cast] Remove djb_hash() error check
This commit is contained in:
parent
a91d388fdf
commit
dd5ab6eb1d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user