From f05d22c1b9bc21f0baa415444cf4f05aa1de5e0b Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 28 May 2010 08:49:37 -0400 Subject: [PATCH] prune further list of connections we natping on if it had tokens before, again, still not worth a nat ping. nor for the vlserver. Change-Id: I30281801b604b67b418b8a54a1889c54c8f6e4db Reviewed-on: http://gerrit.openafs.org/2058 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/afs/afs_conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/afs_conn.c b/src/afs/afs_conn.c index ce4dc0b..353c675 100644 --- a/src/afs/afs_conn.c +++ b/src/afs/afs_conn.c @@ -299,7 +299,7 @@ afs_ConnBySA(struct srvAddr *sap, unsigned short aport, afs_int32 acell, * Only do this for the base connection, not per-user. * Will need to be revisited if/when CB gets security. */ - if (isec == 0) + if ((isec == 0) && (service != 52) && !(tu->states & UTokensBad)) rx_SetConnSecondsUntilNatPing(tc->id, 20); tc->forceConnectFS = 0; /* apparently we're appropriately connected now */ -- 1.9.4