afs_server: remove 3 dead assignments in LoopServers, move live one
authorGarrett Wollman <wollman@csail.mit.edu>
Mon, 16 Jul 2012 02:16:27 +0000 (22:16 -0400)
committerDerrick Brashear <shadow@dementix.org>
Mon, 16 Jul 2012 18:31:01 +0000 (11:31 -0700)
commit4a6a95fdb4ffb8f2681beb5e4e62ddd378baf75d
tree17faf8305cc29cb2256f4bc8b551ce5870fae4a2
parent73ff09513013ae3c6b29b1b7b0a6e76b4fd260f7
afs_server: remove 3 dead assignments in LoopServers, move live one

The assignments to conns, rxconns, and conntimer are all dead, so
remove them.  The assignment to nconns is live, but rather far from
the for loop that actually uses it; move it to just before the loop.

Change-Id: I8daf642630cc2d468ba7db42de46b69cd88fac28
Reviewed-on: http://gerrit.openafs.org/7777
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/afs_server.c