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 <a...@goliathdns.no>

--- 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 debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to