diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-03-11 18:07:24 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-03-11 18:07:24 +0100 |
commit | e7b76b976084006e430543f4b872f624326dbfe6 (patch) | |
tree | f215cce7aaeddfdb03164b67381d5eddb889d03f /proto/ospf/hello.c | |
parent | 353729f513aa6a1f9e7f66083a0f9d2117fe2be5 (diff) |
Temoporary OSPF commit - socket changes.
Diffstat (limited to 'proto/ospf/hello.c')
-rw-r--r-- | proto/ospf/hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c index eaf7d230..9f174df8 100644 --- a/proto/ospf/hello.c +++ b/proto/ospf/hello.c @@ -258,7 +258,7 @@ ospf_hello_send(timer *timer, int poll, struct ospf_neighbor *dirn) p->name, ifa->iface->name); /* Now we should send a hello packet */ - pkt = ospf_tx_buffer(); + pkt = ospf_tx_buffer(ifa); op = &pkt->ospf_packet; /* Now fill ospf_hello header */ |