Skip to content

Commit

Permalink
Update internal/pkg/instrumentation/bpf/google.golang.org/grpc/server…
Browse files Browse the repository at this point in the history
…/bpf/probe.bpf.c

Co-authored-by: Tyler Yahn <[email protected]>
  • Loading branch information
damemi and MrAlias authored Sep 25, 2024
1 parent 0863a1e commit e1e7687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static __always_inline int get_status_code(struct pt_regs *ctx) {
grpcReq = bpf_map_lookup_elem(&grpc_storage_map, &zero);
if (grpcReq == NULL) {
bpf_printk("failed to get grpcReq from storage map");
return 0;
return -1;
}
}

Expand Down

0 comments on commit e1e7687

Please sign in to comment.