diff options
Diffstat (limited to 'bgpd/bgp_connection.c')
-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. |