Skip to content

Commit

Permalink
fix: ACCEPT4_6 code
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
Co-authored-by: Luca Guerra <[email protected]>
  • Loading branch information
2 people authored and poiana committed May 31, 2023
1 parent 8debffb commit 1f5feef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/socketcall_to_syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ int socketcall_code_to_syscall_code(int socketcall_code, bool* is_syscall_return
return PPME_SOCKET_ACCEPT_5_E;

case SYS_ACCEPT4:
return PPME_SOCKET_ACCEPT4_5_E;
return PPME_SOCKET_ACCEPT4_6_E;

case SYS_BIND:
return PPME_SOCKET_BIND_E;
Expand Down

0 comments on commit 1f5feef

Please sign in to comment.