Changeset 39120ca355870745f19446dee86dbae44997dcc3
- Timestamp:
- 11/22/11 23:07:56
(6 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1322003276 -0500
- git-parent:
[a8d127d2755763ef299d2bb4c1388efd9c7d9bc0]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1322003276 -0500
- Message:
noit_true, not true
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
r9f90ba9 |
r39120ca |
|
63 | 63 | static char self_stratcon_hostname[256] = "\0"; |
---|
64 | 64 | static struct sockaddr_in self_stratcon_ip; |
---|
65 | | static noit_boolean stratcon_selfcheck_extended_id = true; |
---|
| 65 | static noit_boolean stratcon_selfcheck_extended_id = noit_true; |
---|
66 | 66 | |
---|
67 | 67 | static struct timeval DEFAULT_NOIT_PERIOD_TV = { 5UL, 0UL }; |
---|