Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Nov 13, 2024
1 parent 886121a commit fe8ff9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appsec/src/extension/ddtrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ static void dd_trace_load_symbols(void)
"Failed to load ddtrace_remote_config_get_path: %s", dlerror());
}

_ddtrace_emit_asm_event =
dlsym(handle, "ddtrace_emit_asm_event");
_ddtrace_emit_asm_event = dlsym(handle, "ddtrace_emit_asm_event");
if (_ddtrace_emit_asm_event == NULL) {
mlog(dd_log_error,
// NOLINTNEXTLINE(concurrency-mt-unsafe)
Expand Down

0 comments on commit fe8ff9d

Please sign in to comment.