mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-15 01:23:14 -07:00
Fix a *nix build issue.
This commit is contained in:
parent
d6414c9ff7
commit
ce1a03bde3
2 changed files with 3 additions and 3 deletions
|
@ -225,7 +225,7 @@ int main(int argc,char **argv)
|
|||
response["nwid"] = request.get("nwid");
|
||||
response["type"] = "netconf-response";
|
||||
response["requestId"] = request.get("requestId");
|
||||
response["error"] = "NOT_FOUND";
|
||||
response["error"] = "OBJ_NOT_FOUND";
|
||||
std::string respm = response.toString();
|
||||
uint32_t respml = (uint32_t)htonl((uint32_t)respm.length());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue