Changeset ece3776d1e32717531011b29258a0f7d5d7bf201
- Timestamp:
- 08/17/10 17:59:07
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1282067947 +0000
- git-parent:
[e574ab0f7440eb755d675063c70676acdfba3dd5]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1282067947 +0000
- Message:
fixed #307
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ref7372e |
rece3776 |
|
| 178 | 178 | if(!NOIT_CHECK_KILLED(pcl->check) && !NOIT_CHECK_DISABLED(pcl->check)) { |
|---|
| 179 | 179 | ping_icmp_log_results(pcl->self, pcl->check); |
|---|
| 180 | | data = (struct check_info *)pcl->check->closure; |
|---|
| 181 | | data->timeout_event = NULL; |
|---|
| 182 | | } |
|---|
| | 180 | } |
|---|
| | 181 | data = (struct check_info *)pcl->check->closure; |
|---|
| | 182 | data->timeout_event = NULL; |
|---|
| 183 | 183 | pcl->check->flags &= ~NP_RUNNING; |
|---|
| 184 | 184 | ping_data = noit_module_get_userdata(pcl->self); |
|---|