Skip to content

Commit

Permalink
Fix duplicate error code value for GET_SOCKNAME_IPV6_FAILED
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Bechard <dbechrd@gmail.com>
  • Loading branch information
dbechrd authored Sep 7, 2024
1 parent 3ffe69a commit dbdc87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ struct netcode_socket_holder_t
#define NETCODE_SOCKET_ERROR_BIND_IPV4_FAILED 6
#define NETCODE_SOCKET_ERROR_BIND_IPV6_FAILED 7
#define NETCODE_SOCKET_ERROR_GET_SOCKNAME_IPV4_FAILED 8
#define NETCODE_SOCKET_ERROR_GET_SOCKNAME_IPV6_FAILED 7
#define NETCODE_SOCKET_ERROR_GET_SOCKNAME_IPV6_FAILED 9

void netcode_socket_destroy( struct netcode_socket_t * socket )
{
Expand Down

0 comments on commit dbdc87d

Please sign in to comment.