Commit 56434b63 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove double declaration.

parent a7f9d8bf
...@@ -633,7 +633,6 @@ send_self_retract(struct network *net) ...@@ -633,7 +633,6 @@ send_self_retract(struct network *net)
int i; int i;
if(net == NULL) { if(net == NULL) {
int i;
for(i = 0; i < numnets; i++) for(i = 0; i < numnets; i++)
send_self_retract(&nets[i]); send_self_retract(&nets[i]);
return; return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment