diff options
author | paul <paul> | 2005-05-19 01:37:50 +0000 |
---|---|---|
committer | paul <paul> | 2005-05-19 01:37:50 +0000 |
commit | 2ba9a37add807b1fbd103424b1365fac8fb2b78f (patch) | |
tree | 5b9143db0816baf0a02db384c6dab0dcde5dda6d /lib/ChangeLog | |
parent | dc81807a5b2b3dc8138d74e23ece71402a6c03b4 (diff) |
2005-05-19 Paul Jakma <paul@dishone.st>
* sockunion.c: (sockunion_getsockname) use MTYPE_SOCKUNION, not TMP
(sockunion_getpeername) ditto
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 82ea6fd1..3b836048 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -3,6 +3,8 @@ * thread.c: (thread_cancel_event) the number of pending events cancelled is potentially useful information, dont throw it away, pass it back to the caller. + * sockunion.c: (sockunion_getsockname) use MTYPE_SOCKUNION, not TMP + (sockunion_getpeername) ditto 2005-05-15 Paul Jakma <paul@dishone.st> |