summaryrefslogtreecommitdiff
path: root/ospfd
diff options
context:
space:
mode:
authorpaul <paul>2003-03-28 00:42:45 +0000
committerpaul <paul>2003-03-28 00:42:45 +0000
commitbdf94e447a60e7db0ebbbc03397954180a2301da (patch)
tree3525e6bfd47b1e70acafcb722d67b6cb95478f89 /ospfd
parent2946f65bb88439ca16338dbe3c5d23beaedc507d (diff)
Remove redundant memset
Diffstat (limited to 'ospfd')
-rw-r--r--ospfd/ospf_interface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ospfd/ospf_interface.c b/ospfd/ospf_interface.c
index 89ee8be0..551adcf7 100644
--- a/ospfd/ospf_interface.c
+++ b/ospfd/ospf_interface.c
@@ -472,8 +472,6 @@ ospf_new_if_params ()
if (!oip)
return NULL;
- memset (oip, 0, sizeof (struct ospf_if_params));
-
UNSET_IF_PARAM (oip, output_cost_cmd);
UNSET_IF_PARAM (oip, transmit_delay);
UNSET_IF_PARAM (oip, retransmit_interval);