mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Remove incorrect initialization.
This commit is contained in:
parent
1025c39862
commit
2ed3e18572
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45572
@ -33,7 +33,7 @@
|
||||
*
|
||||
* @(#)ipx_outputfl.c
|
||||
*
|
||||
* $Id: ipx_outputfl.c,v 1.10 1998/02/09 06:10:21 eivind Exp $
|
||||
* $Id: ipx_outputfl.c,v 1.11 1999/02/06 10:48:10 jhay Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -164,7 +164,7 @@ ipx_output_type20(m)
|
||||
struct mbuf *m;
|
||||
{
|
||||
register struct ipx *ipx;
|
||||
union ipx_net *nbnet = (union ipx_net *)(ipx + 1);
|
||||
union ipx_net *nbnet;
|
||||
struct ipx_ifaddr *ia, *tia = NULL;
|
||||
int error = 0;
|
||||
struct mbuf *m1;
|
||||
|
Loading…
Reference in New Issue
Block a user