Changeset 73bd686a6ffedfc2488c187996ea13f1a957ec1f
- Timestamp:
- 03/04/08 04:59:55
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1204606795 +0000
- git-parent:
[247177137e6b22bd81c65d1120e06c4d14962d46]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1204606795 +0000
- Message:
bad fix.. not a fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r175b260 |
r73bd686 |
|
| 512 | 512 | eventer_remove(ci->timeout_event); |
|---|
| 513 | 513 | ci->timed_out = 0; |
|---|
| 514 | | memcpy(&ci->finish_time, &ci->timeout_event->whence, |
|---|
| | 514 | memcpy(&ci->timeout_event->whence, &ci->finish_time, |
|---|
| 515 | 515 | sizeof(&ci->finish_time)); |
|---|
| 516 | 516 | eventer_add(ci->timeout_event); |
|---|