Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
sverker committed Jan 20, 2025
2 parents e1bd3f9 + 659d1e4 commit 887f7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/emulator/test/nif_SUITE_data/nif_SUITE.c
Original file line number Diff line number Diff line change
Expand Up @@ -2955,7 +2955,7 @@ static void monitor_resource_down(ErlNifEnv* env, void* obj, ErlNifPid* pid,
* without lock order violation. */
{
ErlNifPid pid;
ErlNifPid port;
ErlNifPort port;
enif_whereis_pid(env, atom_null, &pid);
enif_whereis_port(env, atom_null, &port);
}
Expand Down

0 comments on commit 887f7a6

Please sign in to comment.