The latest patch was hosed. There is some program that I used which

left extra crud at the end of the file. I blame ftpd for not doing an
ftruncate().
This commit is contained in:
deraadt 1993-06-11 09:12:21 +00:00
parent 185ed41b05
commit 54e13e069b
1 changed files with 1 additions and 7 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)in_pcb.c 7.14 (Berkeley) 4/20/91
* $Id: in_pcb.c,v 1.4 1993/06/10 05:17:53 deraadt Exp $
* $Id: in_pcb.c,v 1.5 1993/06/11 09:12:21 deraadt Exp $
*/
#include "param.h"
@ -441,9 +441,3 @@ in_pcblookup(head, faddr, fport, laddr, lport, flags)
}
return (match);
}
ld == 0)
break;
}
}
return (match);
}