commit | eb8ebdad122a20ecae0ce8e3e60cb71d8e4a7152 | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Mon Apr 01 17:48:02 2002 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Mon Apr 01 17:48:02 2002 +0000 |
tree | 586ba52ba58de69018e8ec37d6f785cb1ca1ccce | |
parent | b0c598ff8d03a57627a5335448a8a60f0950f4f7 [diff] [blame] |
close tcp->outf in droptcb()
diff --git a/ChangeLog b/ChangeLog index db8bdfe..64f5ef8 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,5 +1,9 @@ 2002-04-01 Wichert Akkerman <wichert@deephackmode.org> + * strace.c: close tcp->outf in droptcb() + +2002-04-01 Wichert Akkerman <wichert@deephackmode.org> + * net.c: decode packet options 2002-03-31 Wichert Akkerman <wichert@deephackmode.org>