mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 05:57:43 +00:00
rx: dead initialization in rxi_RestoreDataBufs
Don't initialize iov only to overwrite it immediately below. Change-Id: I5b5660f31e02094a8871a0726dbd5be7ae6f9ea6 Reviewed-on: http://gerrit.openafs.org/7770 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
e319f0ed8b
commit
0b69ca34eb
@ -956,7 +956,7 @@ void
|
||||
rxi_RestoreDataBufs(struct rx_packet *p)
|
||||
{
|
||||
unsigned int i;
|
||||
struct iovec *iov = &p->wirevec[2];
|
||||
struct iovec *iov;
|
||||
|
||||
RX_PACKET_IOV_INIT(p);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user