1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/dns/noip/files/patch-noip.c
Ying-Chieh Liao 4742a297e4 add noip 1.6
No-IP.com's dynamic DNS update client

PR:		36543
Submitted by:	Eyal Soha <esoha@attbi.com>
2002-06-25 09:32:29 +00:00

13 lines
371 B
C

--- 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)) {