linuxdvb: fix stupid mistake in adapter config processing
This commit is contained in:
parent
804cb67350
commit
3f51680a58
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ linuxdvb_adapter_add ( const char *path )
|
|||
bin2hex(uuid.hex, sizeof(uuid.hex), uuidbin, sizeof(uuidbin));
|
||||
|
||||
/* Load config */
|
||||
conf = hts_settings_load("input/linuxdvb/adapters/%s", uuid);
|
||||
conf = hts_settings_load("input/linuxdvb/adapters/%s", uuid.hex);
|
||||
if (conf)
|
||||
feconf = htsmsg_get_map(conf, "frontends");
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue