* Add manual configuration of the UUID. (Thanks Fred Dullemond)

This commit is contained in:
Justin Maggard 2012-05-16 01:28:58 +00:00
parent 2661cd8a0c
commit a41c137e1f

View File

@ -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);