Description: Fix deprecated use of defined@array)
dyndns (2012.0112-1) unstable; urgency=low
.
Origin: other
Bug-Debian: http://bugs.debian.org/754133
Forwarded: no
Last-Update: 2014-07-07
Author: Atle Solbakken <[email protected]>
--- dyndns-2012.0112.orig/bin/dyndns.pl
+++ dyndns-2012.0112/bin/dyndns.pl
@@ -1566,7 +1566,7 @@ sub HandleCommandLineArgsMain ()
if ( ($OPT_QUERY_IP_FILE || $OPT_QUERY_IP_SAVED)
and
- not defined @OPT_HOST
+ not @OPT_HOST
)
{
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]