From 7485d53f647ddfef49d3278a143fbfe848e3a61a Mon Sep 17 00:00:00 2001 From: Olga Kornievskaia Date: Mon, 24 Oct 2011 11:54:19 -0400 Subject: [PATCH] [bakeathon] server compare logic to determine if the server is the same don't rely on clientids returned by the server --- daemon/namespace.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/daemon/namespace.c b/daemon/namespace.c index dcc5ec9..863a5ae 100644 --- a/daemon/namespace.c +++ b/daemon/namespace.c @@ -190,9 +190,6 @@ static int cl_exid_compare( /* match any of the desired roles */ if ((info->roles & client->roles) == 0) goto out; - /* match clientid */ - if (info->exchangeid->clientid != client->clnt_id) - goto out; /* match server_owner.major_id */ if (strncmp(info->exchangeid->server_owner.so_major_id, client->server->owner, NFS4_OPAQUE_LIMIT) != 0)