ddclient/ddclient-3.7.1-fw_debug.patch

12 lines
505 B
Diff

--- ddclient-3.7.1/ddclient.orig 2007-04-03 20:33:43.000000000 +0200
+++ ddclient-3.7.1/ddclient 2007-04-03 20:37:18.000000000 +0200
@@ -1657,7 +1657,7 @@
debug("server = $server");
debug("opt(fw = ",opt('fw'));
- debug("glo fw = $globals{'fw'}");
+ $globals{'fw'} && debug("glo fw = $globals{'fw'}");
#if ( $globals{'ssl'} and $server ne $globals{'fw'} ) {
## always omit SSL for connections to local router
if ( $globals{'ssl'} and (caller(1))[3] ne 'main::get_ip' ) {