* 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:
|
||||
minissdpdsocketpath = ary_options[i].value;
|
||||
break;
|
||||
case UPNPUUID:
|
||||
strcpy(uuidvalue+5, ary_options[i].value);
|
||||
break;
|
||||
default:
|
||||
DPRINTF(E_ERROR, L_GENERAL, "Unknown option in file %s\n",
|
||||
optionsfile);
|
||||
|
Loading…
x
Reference in New Issue
Block a user