Added not used no-host patch to patches section
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk/svn@93 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
28aae6ba08
commit
2c3faf69c7
1 changed files with 13 additions and 0 deletions
13
patches/no-host.patch
Normal file
13
patches/no-host.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: ddclient
|
||||
===================================================================
|
||||
--- ddclient (revision 88)
|
||||
+++ ddclient (working copy)
|
||||
@@ -1996,7 +1996,7 @@
|
||||
my $sub = shift;
|
||||
my $update = 0;
|
||||
|
||||
- if ($config{$host}{'login'} eq '') {
|
||||
+ if (!($config{$host}{'login'})) {
|
||||
warning("null login name specified for host %s.", $host);
|
||||
|
||||
} elsif ($config{$host}{'password'} eq '') {
|
Loading…
Reference in a new issue