mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
Fixed typo
This commit is contained in:
parent
c488fa8461
commit
de2ba8d0f7
4 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <sys/socket.h>
|
||||
#include <strings.h>
|
||||
#include "rpc.h"
|
||||
#include "RPC.h"
|
||||
|
||||
#define RPC_FD 1023
|
||||
#define SERVICE_CONNECT_ATTEMPTS 30
|
||||
|
@ -251,4 +251,4 @@ ssize_t sock_fd_read(int sock, void *buf, ssize_t bufsize, int *fd)
|
|||
}
|
||||
}
|
||||
return size;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue