Skip to content

Commit

Permalink
fix ads start issues
Browse files Browse the repository at this point in the history
Signed-off-by: superCharge-xsy <[email protected]>
  • Loading branch information
supercharge-xsy committed Aug 24, 2024
1 parent ad12d91 commit 47cf15d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bpf/include/bpf_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ static inline void *kmesh_get_ptr_val(const void *ptr)
__u32 inner_idx = 0;
__u64 idx = (__u64)ptr;

BPF_LOG(DEBUG, KMESH, "kmesh_get_ptr_val idx=%u\n", idx);
if (!ptr) {
return NULL;
}
Expand Down

0 comments on commit 47cf15d

Please sign in to comment.