ac0a3c4664
Ovh dyndns page has moved from http://ovh.com/nic... to http://www.ovh.com/nic... Using ovh.com as DYNDNSHOST causes updatedd to return 'Internal Server Error'. Fix it to www.ovh.com Signed-off-by: Olivier Sobrie <olivier@sobrie.be> git-svn-id: svn://svn.openwrt.org/openwrt/packages@11536 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
387 B
Diff
13 lines
387 B
Diff
diff -pruN updatedd-2.6-ori/src/plugins/libovh.h updatedd-2.6/src/plugins/libovh.h
|
|
--- updatedd-2.6-ori/src/plugins/libovh.h 2006-09-07 22:32:59.000000000 +0200
|
|
+++ updatedd-2.6/src/plugins/libovh.h 2008-06-08 13:12:17.000000000 +0200
|
|
@@ -21,7 +21,7 @@
|
|
|
|
#include <ret_codes.h>
|
|
|
|
-#define DYNDNSHOST "ovh.com"
|
|
+#define DYNDNSHOST "www.ovh.com"
|
|
#define PORT 80
|
|
|
|
#define BUFSIZE 512
|