Changeset da3771795e4897af8a18a5a0af097fe2d2afc3bf
- Timestamp:
- 05/31/12 03:30:40
(1 year ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1338435040 +0000
- git-parent:
[34b1855b257eca34f8d868d65d018475898b4ab2]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1338435040 +0000
- Message:
remove error on solaris
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r27a5e33 |
rda37717 |
|
| 355 | 355 | if(noit_hash_retr_str(conf->options, "check", strlen("check"), |
|---|
| 356 | 356 | (const char **)&config_val)) { |
|---|
| 357 | | if(uuid_parse(config_val, conf->primary) != 0) |
|---|
| | 357 | if(uuid_parse((char *)config_val, conf->primary) != 0) |
|---|
| 358 | 358 | noitL(noit_error, "statsd check isn't a UUID\n"); |
|---|
| 359 | 359 | conf->primary_active = 1; |
|---|