Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2009-06-30 06:05:32 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-06-30 06:05:32 +0400
commit2ca4f0c2b7c649dd9d2597532eaae443c3a6d74e (patch)
tree75a6705426e67e854963ae82f94495d9e8f05679 /options.c
parent296da76fffdaa3c29833f1d17dc5b305dde5bf7e (diff)
* Add new options to (1) force a rescan at startup, (2) display help text, and (3) bind to a specified network interface.
Diffstat (limited to 'options.c')
-rw-r--r--options.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/options.c b/options.c
index 7eb3fd0..bbf3374 100644
--- a/options.c
+++ b/options.c
@@ -20,8 +20,7 @@ static const struct {
enum upnpconfigoptions id;
const char * name;
} optionids[] = {
- { UPNPEXT_IFNAME, "ext_ifname" },
- { UPNPEXT_IP, "ext_ip" },
+ { UPNPIFNAME, "network_interface" },
{ UPNPLISTENING_IP, "listening_ip" },
{ UPNPPORT, "port" },
{ UPNPPRESENTATIONURL, "presentation_url" },