Fixed typo
FossilOrigin-Name: f246fcfc83afeec9c5c7968b91d1640206b9a58ced1c43b7bd4951f7b893cc0b
This commit is contained in:
parent
d097c6c44f
commit
ea36783372
@ -7,7 +7,7 @@
|
||||
#include "dbg.h"
|
||||
#include "cw.h"
|
||||
|
||||
int cw_put_local_ip_adress(int sock, uint8_t *dst, int ipv4elem_id, int ipv6elem_id)
|
||||
int cw_put_local_ip_address(int sock, uint8_t *dst, int ipv4elem_id, int ipv6elem_id)
|
||||
{
|
||||
struct sockaddr_storage a;
|
||||
socklen_t alen = sizeof(struct sockaddr_storage);
|
||||
|
Loading…
Reference in New Issue
Block a user