mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
viced: fix merge error
when 37fc2dfbb9
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))
|
||||
(*rights) |= PRSFS_LOOKUP;
|
||||
#endif /* ADMIN_IMPLICIT_LOOKUP */
|
||||
}
|
||||
gvpdone:
|
||||
if (errorCode)
|
||||
rx_KeepAliveOn(acall);
|
||||
}
|
||||
return errorCode;
|
||||
|
||||
} /*GetVolumePackage */
|
||||
|
Loading…
Reference in New Issue
Block a user