mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 05:57:43 +00:00
viced: fix merge error
when 37fc2dfbb9e3a8a8ecb022febae7ccd04d7340a4 was merged, the close bracket went in the wrong place, meaning for non-remote calls we don't re-enable keepalives. fix it. Change-Id: I163db9b3b2f42f629d8a5ff22a75902a61a3138b Reviewed-on: http://gerrit.openafs.org/7548 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com> Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com> Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
4f9c3f2be9
commit
3770ffe416
@ -865,10 +865,10 @@ GetVolumePackageWithCall(struct rx_call *acall, struct VCallByVol *cbv,
|
|||||||
if (!VanillaUser(*client))
|
if (!VanillaUser(*client))
|
||||||
(*rights) |= PRSFS_LOOKUP;
|
(*rights) |= PRSFS_LOOKUP;
|
||||||
#endif /* ADMIN_IMPLICIT_LOOKUP */
|
#endif /* ADMIN_IMPLICIT_LOOKUP */
|
||||||
|
}
|
||||||
gvpdone:
|
gvpdone:
|
||||||
if (errorCode)
|
if (errorCode)
|
||||||
rx_KeepAliveOn(acall);
|
rx_KeepAliveOn(acall);
|
||||||
}
|
|
||||||
return errorCode;
|
return errorCode;
|
||||||
|
|
||||||
} /*GetVolumePackage */
|
} /*GetVolumePackage */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user