mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
NULL dereference on still-initializing node bug fix in status query commands, and doc updates.
This commit is contained in:
parent
f873881a0d
commit
3d85a615fb
4 changed files with 77 additions and 19 deletions
|
@ -93,6 +93,11 @@ struct ZT1_Node_Status
|
|||
* True if running; all other fields are technically undefined if this is false
|
||||
*/
|
||||
bool running;
|
||||
|
||||
/**
|
||||
* True if initialization is complete
|
||||
*/
|
||||
bool initialized;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue