mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
4742a297e4
No-IP.com's dynamic DNS update client PR: 36543 Submitted by: Eyal Soha <esoha@attbi.com>
13 lines
371 B
C
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)) {
|