Fix for missing upnp_uuid()

This commit is contained in:
Ron Pedde 2007-05-18 02:27:29 +00:00
parent 3ac4048b0d
commit f1cc5ca6fb
1 changed files with 2 additions and 0 deletions

View File

@ -531,7 +531,9 @@ int config_auth(WS_CONNINFO *pwsc, char *user, char *password) {
}
void config_emit_upnp(WS_CONNINFO *pwsc, void *value, char *arg) {
#ifdef UPNP
ws_writefd(pwsc,"%s",upnp_uuid());
#endif
}