Skip to content

Commit

Permalink
Fix code analysis failure
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
  • Loading branch information
Alan-Jowett committed Apr 14, 2023
1 parent ab47020 commit ad63e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/execution_context/ebpf_program.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ _ebpf_program_program_info_provider_changed(
if (return_value != EBPF_SUCCESS) {
EBPF_LOG_MESSAGE(
EBPF_TRACELOG_LEVEL_ERROR, EBPF_TRACELOG_KEYWORD_PROGRAM, "Failed to update helpers for program");
ebpf_lock_unlock(&program->lock, state);
goto Exit;
}

Expand Down

0 comments on commit ad63e63

Please sign in to comment.