tserver is used by three different functions but not shared by them;
make it private to each one to improve static analysis. tconn is
not used by anything, so just delete it.
Change-Id: Ic9fc4add66dbbb02170846154e44d261dcc6b061
Reviewed-on: http://gerrit.openafs.org/5176
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
} while (0)
int rxInitDone = 0;
-struct rx_connection *tconn;
-afs_uint32 tserver;
extern struct ubik_client *cstruct;
const char *confdir;
struct nvldbentry entry;
afs_int32 vcode;
afs_int32 quota;
+ afs_uint32 tserver;
arovolid = &rovolid;
char part[10];
int flags = 0;
char *volname = 0;
+ afs_uint32 tserver;
tserver = 0;
if (as->parms[0].items) {
{
afs_int32 pnum, code; /* part name */
char part[10];
+ afs_uint32 tserver;
int flags = 0;