[TCP]: Fix botched memory leak fix to tcpprobe_read().
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 Aug 2006 01:05:09 +0000 (18:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Aug 2006 01:05:09 +0000 (18:05 -0700)
commit18b6fe64d4d1f6e0a2c71429a5e5074f43e29203
tree32d7c7f7a3fc82c5478f129f52105c1c020df75a
parentf54fa84dda211f68f65002efa44142207c886c79
[TCP]: Fix botched memory leak fix to tcpprobe_read().

Somehow I clobbered James's original fix and only my
subsequent compiler warning change went in for that
changeset.

Get the real fix in there.

Noticed by Jesper Juhl.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_probe.c