
https://bugs.launchpad.net/ubuntu/+source/ddclient/+bug/116066 git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk/svn@81 3873ddee-7413-0410-b6c4-c2c57c1ab35a
13 lines
802 B
Diff
13 lines
802 B
Diff
# patch original from ubuntu forum:
|
|
# https://bugs.launchpad.net/ubuntu/+source/ddclient/+bug/116066
|
|
--- ddclient 2007-10-25 19:39:46.000000000 +0300
|
|
+++ ddclient 2007-10-25 19:36:41.000000000 +0300
|
|
@@ -328,7 +328,7 @@
|
|
'cmd' => setv(T_PROG, 0, 0, 1, '', undef),
|
|
'cmd-skip' => setv(T_STRING,1, 0, 1, '', undef),
|
|
|
|
- 'timeout' => setv(T_DELAY, 0, 0, 1, 0, interval('120s')),
|
|
+ 'timeout' => setv(T_DELAY, 0, 0, 1, interval('120s'), interval('120s')),
|
|
'retry' => setv(T_BOOL, 0, 0, 0, 0, undef),
|
|
'force' => setv(T_BOOL, 0, 0, 0, 0, undef),
|
|
'ssl' => setv(T_BOOL, 0, 0, 0, 0, undef),
|