Skip to content

Commit

Permalink
Fix missing _lf_environment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Jan 21, 2025
1 parent 7c59706 commit 2f2d634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/tcp_channel_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Reactor parent;
Environment env;
Environment *_lf_environment = NULL;
Environment *_lf_environment = &env;
FederatedConnectionBundle server_bundle;
FederatedConnectionBundle client_bundle;
FederatedConnectionBundle *net_bundles[] = {&server_bundle, &client_bundle};
Expand Down

0 comments on commit 2f2d634

Please sign in to comment.