| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Libevent
Revision: 943
Author: nprovos
Date: 03 Oct 2008 11:23:47
Changes:fix merge error: event_add would not return error for some backends; from Dean McNamee
Files:| ... | ...@@ -779,7 +779,7 @@ | |
| 779 | 779 | event_queue_insert(base, ev, EVLIST_TIMEOUT); |
| 780 | 780 | } |
| 781 | 781 | |
| 782 | return (0); | |
| 782 | return (res); | |
| 783 | 783 | } |
| 784 | 784 | |
| 785 | 785 | int |
| ... | ...@@ -1,3 +1,6 @@ | |
| 1 | Changes in 1.4.9-stable: | |
| 2 | o event_add would not return error for some backends; from Dean McNamee | |
| 3 | ||
| 1 | 4 | Changes in 1.4.8-stable: |
| 2 | 5 | o Match the query in DNS replies to the query in the request; from Vsevolod Stakhov. |
| 3 | 6 | o Fix a merge problem in which name_from_addr returned pointers to the stack; found by Jiang Hong. |