summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bgp_capability_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bgp_capability_test.c b/tests/bgp_capability_test.c
index 8f265870..cae9a12d 100644
--- a/tests/bgp_capability_test.c
+++ b/tests/bgp_capability_test.c
@@ -664,7 +664,7 @@ main (void)
parse_test (peer, &opt_params[i++], OPT_PARAM);
SET_FLAG (peer->cap, PEER_CAP_DYNAMIC_ADV);
- peer->state = bgp_peer_sEstablished;
+ peer->state = bgp_peer_pEstablished;
i = 0;
while (dynamic_cap_msgs[i].name)