one more constrainment of nat pings on unix
Change-Id: I8b3db989b0e16a79cd63795147145c5e0ab55e6e
Reviewed-on: http://gerrit.openafs.org/2091
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
* Only do this for the base connection, not per-user.
* Will need to be revisited if/when CB gets security.
*/
- if ((isec == 0) && (service != 52) && !(tu->states & UTokensBad))
+ if ((isec == 0) && (service != 52) && !(tu->states & UTokensBad) &&
+ (tu->vid == UNDEFVID))
rx_SetConnSecondsUntilNatPing(tc->id, 20);
tc->forceConnectFS = 0; /* apparently we're appropriately connected now */