From 8f301d8e14ed602bd8f831234f3797efb91320ea Mon Sep 17 00:00:00 2001 From: julian Date: Tue, 18 Jun 1996 10:16:29 +0000 Subject: remove some debugging printfs left in by mistake --- sys/netatalk/ddp_usrreq.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/netatalk/ddp_usrreq.c') diff --git a/sys/netatalk/ddp_usrreq.c b/sys/netatalk/ddp_usrreq.c index d85bc71..f2557ba 100644 --- a/sys/netatalk/ddp_usrreq.c +++ b/sys/netatalk/ddp_usrreq.c @@ -378,7 +378,6 @@ at_pcbconnect( struct ddpcb *ddp, struct mbuf *addr, struct proc *p) if ( aa->aa_ifp == ifp && ntohs( net ) >= ntohs( aa->aa_firstnet ) && ntohs( net ) <= ntohs( aa->aa_lastnet )) { - printf("at_pcbconnect: found ifp net=%u\n", ntohs(net)); break; } } @@ -387,7 +386,6 @@ at_pcbconnect( struct ddpcb *ddp, struct mbuf *addr, struct proc *p) ( hintnet ? hintnet : sat->sat_addr.s_net ) || satosat( &ro->ro_dst )->sat_addr.s_node != sat->sat_addr.s_node )) { - printf("at_pcbconnect: freeing ro->ro_rt=0x%x\n", ro->ro_rt); #ifdef ultrix rtfree( ro->ro_rt ); #else ultrix @@ -427,9 +425,6 @@ at_pcbconnect( struct ddpcb *ddp, struct mbuf *addr, struct proc *p) } } if ( aa == 0 ) { - printf("at_pcbconnect: ro->ro_rt=0x%x\n", ro->ro_rt); - if (ro->ro_rt) - printf("at_pcbconnect: ro->ro_rt->rt_ifp=0x%x", ro->ro_rt->rt_ifp); return( ENETUNREACH ); } -- cgit v1.1