Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Oct 17, 2023
1 parent 41e4fcd commit da8cb8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/linux/system_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ int aws_system_environment_load_platform_impl(struct aws_system_environment *env
struct aws_string *device_name = aws_string_new_from_c_str(env->allocator, iterator->ifa_name);
aws_array_list_push_back(&env->str_list_network_cards, &device_name);
}
iterator = iterator->ifa_next;
}

if (addrs) {
Expand Down

0 comments on commit da8cb8f

Please sign in to comment.