* Add manual configuration of the UUID. (Thanks Fred Dullemond)
This commit is contained in:
parent
2661cd8a0c
commit
a41c137e1f
@ -590,6 +590,9 @@ init(int argc, char * * argv)
|
|||||||
case UPNPMINISSDPDSOCKET:
|
case UPNPMINISSDPDSOCKET:
|
||||||
minissdpdsocketpath = ary_options[i].value;
|
minissdpdsocketpath = ary_options[i].value;
|
||||||
break;
|
break;
|
||||||
|
case UPNPUUID:
|
||||||
|
strcpy(uuidvalue+5, ary_options[i].value);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
DPRINTF(E_ERROR, L_GENERAL, "Unknown option in file %s\n",
|
DPRINTF(E_ERROR, L_GENERAL, "Unknown option in file %s\n",
|
||||||
optionsfile);
|
optionsfile);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user