diff options
author | Chris Hall <GMCH@hestia.halldom.com> | 2010-01-21 11:32:40 +0000 |
---|---|---|
committer | Chris Hall <GMCH@hestia.halldom.com> | 2010-01-21 11:32:40 +0000 |
commit | fbb4aa3b5cec338b5fb0908d16a4d73f6c8dd7c5 (patch) | |
tree | 7398015c0df8f9f176a01e7eac816fb1b10bb024 | |
parent | 65a1a38a6dd6be66afcac6faccd9d9c570f75134 (diff) | |
download | quagga-fbb4aa3b5cec338b5fb0908d16a4d73f6c8dd7c5.tar.bz2 quagga-fbb4aa3b5cec338b5fb0908d16a4d73f6c8dd7c5.tar.xz |
Fix typo in bgp_connection_open.
-rw-r--r-- | bgpd/bgp_connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_connection.c b/bgpd/bgp_connection.c index d9a22729..fb5f3553 100644 --- a/bgpd/bgp_connection.c +++ b/bgpd/bgp_connection.c @@ -491,7 +491,7 @@ bgp_connection_open(bgp_connection connection, int fd) bgp_notify_unset(&connection->notification) ; connection->err = 0 ; /* so far, so good */ - bgp_open_state_unset(connection->open_recv) ; + bgp_open_state_unset(&connection->open_recv) ; /* Copy the original hold_timer_interval and keepalive_timer_interval * Assume these have sensible initial values. |