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:
parent
185ed41b05
commit
54e13e069b
|
@ -31,7 +31,7 @@
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)in_pcb.c 7.14 (Berkeley) 4/20/91
|
* 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"
|
#include "param.h"
|
||||||
|
@ -441,9 +441,3 @@ in_pcblookup(head, faddr, fport, laddr, lport, flags)
|
||||||
}
|
}
|
||||||
return (match);
|
return (match);
|
||||||
}
|
}
|
||||||
ld == 0)
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return (match);
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue