net: fix accidental overwrite of more than just the address
authorJens Axboe <axboe@fb.com>
Tue, 25 Feb 2014 21:43:38 +0000 (13:43 -0800)
committerJens Axboe <axboe@fb.com>
Tue, 25 Feb 2014 21:43:38 +0000 (13:43 -0800)
commit68631b36e37e1ecaadc1e5697ead4adc21640562
tree80798adbbf64e633b2d318ee59f387840cc4b9f0
parent0dac421f0fcd500d658d2fd68bc16416885a874a
net: fix accidental overwrite of more than just the address

Commit 0b783341 accidentally overwrote more than just the
address, causing garbage in the connection part.

Signed-off-by: Jens Axboe <axboe@fb.com>
engines/net.c