Skip to content

Commit

Permalink
fix multicast test
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Sep 15, 2023
1 parent da7eab7 commit 0194d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/z_peer_multicast_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main(int argc, char **argv) {

z_owned_config_t config = z_config_default();
zp_config_insert(z_loan(config), Z_CONFIG_MODE_KEY, z_string_make("peer"));
zp_config_insert(z_loan(config), Z_CONFIG_CONNECT_KEY, z_string_make(argv[1]));
zp_config_insert(z_loan(config), Z_CONFIG_LISTEN_KEY, z_string_make(argv[1]));

for (unsigned int i = 0; i < SET; i++) idx[i] = i;

Expand Down

0 comments on commit 0194d92

Please sign in to comment.