Changeset 11400 for src/tools/upnp/upnp/device.c
- Timestamp:
- 01/13/2009 05:22:00 PM (1 year ago)
- Files:
-
- src/tools/upnp/upnp/device.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/tools/upnp/upnp/device.c
r11330 r11400 167 167 "</specVersion>\r\n" 168 168 ); 169 uprintf(up, "<URLBase>http://%s:% d</URLBase>\r\n", nvram_safe_get("lan_ipaddr"), HTTP_PORT);169 uprintf(up, "<URLBase>http://%s:%s</URLBase>\r\n", nvram_safe_get("lan_ipaddr"), nvram_safe_get("http_lanport")); 170 170 } 171 171
