mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
socket: avoid duplicate variable shadowing
This commit is contained in:
parent
baa94bcf8a
commit
ef2eb6a2fa
1 changed files with 2 additions and 2 deletions
|
@ -64,9 +64,9 @@ int socket_type_start(struct super_node *sn)
|
|||
continue;
|
||||
|
||||
/* Determine outgoing interface */
|
||||
struct interface *i = if_get_egress((struct sockaddr *) &s->out.saddr, interfaces);
|
||||
struct interface *j = if_get_egress((struct sockaddr *) &s->out.saddr, interfaces);
|
||||
|
||||
vlist_push(&i->nodes, n);
|
||||
vlist_push(&j->nodes, n);
|
||||
}
|
||||
#endif /* WITH_NETEM */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue