diff options
Diffstat (limited to 'test/bt-utils.c')
-rw-r--r-- | test/bt-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bt-utils.c b/test/bt-utils.c index 571ef2fa..7653abf6 100644 --- a/test/bt-utils.c +++ b/test/bt-utils.c @@ -75,8 +75,8 @@ bt_bird_init(void) void bt_bird_cleanup(void) { - for (int i = 0; i < EAP_MAX; i++) - attr_class_to_protocol[i] = NULL; + for (int i = 0; i < PROTOCOL__MAX; i++) + class_to_protocol[i] = NULL; config = new_config = NULL; } |