diff -Nur smeserver-ddclient-1.0.0.old/root/etc/e-smith/web/functions/ddclient smeserver-ddclient-1.0.0/root/etc/e-smith/web/functions/ddclient --- smeserver-ddclient-1.0.0.old/root/etc/e-smith/web/functions/ddclient 2014-06-10 13:08:02.651389982 +0200 +++ smeserver-ddclient-1.0.0/root/etc/e-smith/web/functions/ddclient 2014-06-10 13:09:05.532316093 +0200 @@ -49,7 +49,7 @@ sub performModifyDomain ($); sub deleteDomain ($); sub performDeleteDomain ($); -sub genServer ($$$); +sub genServer ($$); BEGIN { @@ -69,7 +69,7 @@ my $conf = esmith::ConfigDB->open() or die "Unable to open configuration db"; tie my %conf, 'esmith::config', '/home/e-smith/db/configuration'; -if ( not defined %conf) { +if ( ! %conf) { tie %conf, 'esmith::config', '/home/e-smith/configuration'; }