diff options
Diffstat (limited to 'lib/defaults.c')
| -rw-r--r-- | lib/defaults.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/defaults.c b/lib/defaults.c index 71ccc73cc6..4dcfe2899b 100644 --- a/lib/defaults.c +++ b/lib/defaults.c @@ -102,7 +102,7 @@ static bool frr_match_version(const char *name, const char *vspec, int cmp; static struct spec { const char *str; - bool dir, eq; + int dir, eq; } *s, specs[] = { {"<=", -1, 1}, {">=", 1, 1}, |
