diff options
Diffstat (limited to 'tests/bgpd/test_capability.c')
| -rw-r--r-- | tests/bgpd/test_capability.c | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/bgpd/test_capability.c b/tests/bgpd/test_capability.c index cf3c36804b..a5092708e2 100644 --- a/tests/bgpd/test_capability.c +++ b/tests/bgpd/test_capability.c @@ -866,11 +866,11 @@ static void parse_test(struct peer *peer, struct test_segment *t, int type)  		failed++;  	} -	/* Some of the functions used return BGP_Stop on error and some return -	 * -1. If -	 * we have -1, keep it; if we have BGP_Stop, transform it to the correct -	 * pass/fail code */ - +	/* +	 * Some of the functions used return BGP_Stop on error and some return +	 * -1. If we have -1, keep it; if we have BGP_Stop, transform it to the +	 * correct pass/fail code +	 */  	if (ret != -1)  		ret = (ret == BGP_Stop) ? -1 : 0;  | 
