* Add manual configuration of the UUID. (Thanks Fred Dullemond)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user