From 4e9498cbb171d52e2f3015d3e9d6c7b1b7205e27 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 13 Feb 1999 18:42:00 +0000 Subject: config->router_id works again. --- sysdep/unix/sync-if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdep') diff --git a/sysdep/unix/sync-if.c b/sysdep/unix/sync-if.c index cec3e86..077cb94 100644 --- a/sysdep/unix/sync-if.c +++ b/sysdep/unix/sync-if.c @@ -40,7 +40,7 @@ scan_ifs(struct ifreq *r, int cnt) for (cnt /= sizeof(struct ifreq); cnt; cnt--, r++) { bzero(&i, sizeof(i)); - debug("%s\n", r->ifr_ifrn.ifrn_name); + DBG("%s\n", r->ifr_ifrn.ifrn_name); strncpy(i.name, r->ifr_ifrn.ifrn_name, sizeof(i.name) - 1); i.name[sizeof(i.name) - 1] = 0; get_sockaddr((struct sockaddr_in *) &r->ifr_addr, &i.ip, NULL); -- cgit v1.2.3