diff options
Diffstat (limited to 'dns/noip/files/patch-noip.c')
-rw-r--r-- | dns/noip/files/patch-noip.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dns/noip/files/patch-noip.c b/dns/noip/files/patch-noip.c new file mode 100644 index 000000000000..04b51cdfffd6 --- /dev/null +++ b/dns/noip/files/patch-noip.c @@ -0,0 +1,12 @@ +--- noip.c.bak Sat Mar 30 17:59:58 2002 ++++ noip.c Sat Mar 30 17:59:15 2002 +@@ -452,7 +452,8 @@ + else + getip(IPaddress); + #ifdef DEBUG +- ErrMsg("! LIA = %s, IP = %s",Last_IP_Addr, IPaddress); ++ if (debug) ++ ErrMsg("! LIA = %s, IP = %s",Last_IP_Addr, IPaddress); + #endif + if ((*IPaddress != 0) && + (strcmp(IPaddress, Last_IP_Addr) != 0)) { |