summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-04-02 12:25:50 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2010-04-02 12:25:50 +0200
commit5646b49cebfadba31bd3ffeb362f0f8fce4cc658 (patch)
tree15cd17136ab839c8bc0340b4111dcfd590de31c7 /vdr.c
parentd7bdbcc80a1f7c4d4c807c672e10112f690221b7 (diff)
downloadvdr-5646b49cebfadba31bd3ffeb362f0f8fce4cc658.tar.gz
vdr-5646b49cebfadba31bd3ffeb362f0f8fce4cc658.tar.bz2
Changed the default SVDRP port to 6419 (officially registered with ICANN/IANA)
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr.c b/vdr.c
index e7abdcb9..4b196fad 100644
--- a/vdr.c
+++ b/vdr.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.tvdr.de
*
- * $Id: vdr.c 2.17 2010/02/21 14:08:09 kls Exp $
+ * $Id: vdr.c 2.18 2010/04/02 12:22:11 kls Exp $
*/
#include <getopt.h>
@@ -177,7 +177,7 @@ int main(int argc, char *argv[])
// Command line options:
-#define DEFAULTSVDRPPORT 2001
+#define DEFAULTSVDRPPORT 6419
#define DEFAULTWATCHDOG 0 // seconds
#define DEFAULTCONFDIR CONFDIR
#define DEFAULTPLUGINDIR PLUGINDIR