X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fviced%2Fhost.c;h=6f0c3f0b45ab6e90d374f925032e85fc56dfaafe;hp=31c044d67959f9452b7fb1d07fecaaa7b2f4f539;hb=3aaaa28ba8360100ce94c784d7e23ff99dc69e27;hpb=7f89a22213d212c4e6f841dc5d266b9ea81fbde5 diff --git a/src/viced/host.c b/src/viced/host.c index 31c044d..6f0c3f0 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -748,6 +748,10 @@ h_TossStuff_r(host) FreeCE(client); } else cp = &client->next; } + + /* We've just cleaned out all the deleted clients; clear the flag */ + host->hostFlags &= ~CLIENTDELETED; + if (host->hostFlags & HOSTDELETED) { register struct h_hashChain **hp, *th; register struct rx_connection *rxconn;