[4453] in Athena Bugs
netstat -h error message
daemon@ATHENA.MIT.EDU (John Carr)
Thu Mar 8 01:25:31 1990
To: bugs@ATHENA.MIT.EDU
Date: Thu, 08 Mar 90 01:25:17 EST
From: John Carr <jfc@ATHENA.MIT.EDU>
This fixes the bug with the netstat -h error message ("imp_softc:
symbol not in namelist").
[Reference changes.70 #199]
Files are in /source/bsd-4.3/ucb/netstat.
*** /tmp/,RCSt1001570 Thu Mar 8 01:23:32 1990
--- host.c Thu Mar 8 01:22:29 1990
***************
*** 44,50 ****
int i, nimp;
if (impsoftcaddr == 0) {
! printf("imp_softc: symbol not in namelist\n");
return;
}
if (nimpaddr == 0) {
--- 44,50 ----
int i, nimp;
if (impsoftcaddr == 0) {
! printf("imp interface not configured\n");
return;
}
if (nimpaddr == 0) {