Remove redundant bzero.
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
This commit is contained in:
parent
6a770a21be
commit
2b41ad87c9
@ -397,7 +397,6 @@ X_ip_mrouter_set(struct socket *so, struct sockopt *sopt)
|
||||
|
||||
case MRT_ADD_MFC:
|
||||
case MRT_DEL_MFC:
|
||||
bzero((caddr_t)&mfc, sizeof(mfc)); /* zero out all fields */
|
||||
/*
|
||||
* select data size depending on API version.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user