Changeset d806e489b14901635cbc64b63bc0263067c5dfff
- Timestamp:
- 02/26/08 04:27:55
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1204000075 +0000
- git-parent:
[5f388ee20a06c319202cb070628c7bc827ffbb0a]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1204000075 +0000
- Message:
actually make timeouts word. return when we have no more work to do
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r46c8ff5 |
rd806e48 |
|
| 113 | 113 | |
|---|
| 114 | 114 | /* We have no results over which to iterate. */ |
|---|
| 115 | | if(!pdu) |
|---|
| | 115 | if(!pdu) { |
|---|
| 116 | 116 | noit_check_set_stats(self, check, ¤t); |
|---|
| | 117 | return; |
|---|
| | 118 | } |
|---|
| 117 | 119 | |
|---|
| 118 | 120 | /* manipulate the information ourselves */ |
|---|