in this case, racing another ClientInit caller is not fatal.
clean up from
56b5b9a1c51c2197923aa373c180a834edabe4f6 which was
my fault.
Change-Id: I81d3298a775ed46972779b4121498560883fee01
Reviewed-on: http://gerrit.openafs.org/7803
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Garrett Wollman <wollman@csail.mit.edu>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
code =
(*aproc) (tc, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13,
p14, p15, p16);
- if (aclient->initializationState != origLevel) {
+ if (aclient->initializationState != origLevel)
/* somebody did a ubik_ClientInit */
- if (code == 0)
- code = UINTERNAL; /* no more specific error was returned */
goto errout;
- }
/* what should I do in case of UNOQUORUM ? */
if (code < 0) {