diff options
Diffstat (limited to 'xlators/protocol/server/src/server-handshake.c')
-rw-r--r-- | xlators/protocol/server/src/server-handshake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/server/src/server-handshake.c b/xlators/protocol/server/src/server-handshake.c index 85c87c1ab8..1aed4dd011 100644 --- a/xlators/protocol/server/src/server-handshake.c +++ b/xlators/protocol/server/src/server-handshake.c @@ -637,7 +637,7 @@ server_setvolume(rpcsvc_request_t *req) /* TODO: what is this ? */ client->bound_xl->itable = inode_table_new(conf->inode_lru_limit, - client->bound_xl); + client->bound_xl, 0, 0); } } UNLOCK(&conf->itable_lock); |