nfs4state.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -u --recursive --new-file --show-c-function linux-2.6.7-22-delegation_cache/fs/nfs/nfs4state.c linux-2.6.7-23-delegation_enable/fs/nfs/nfs4state.c --- linux-2.6.7-22-delegation_cache/fs/nfs/nfs4state.c 2004-06-13 20:55:11.000000000 -0400 +++ linux-2.6.7-23-delegation_enable/fs/nfs/nfs4state.c 2004-06-13 21:29:52.000000000 -0400 @@ -206,7 +206,7 @@ nfs4_put_client(struct nfs4_client *clp) int nfs4_init_client(struct nfs4_client *clp) { - int status = nfs4_proc_setclientid(clp, 0, 0); + int status = nfs4_proc_setclientid(clp, NFS4_CALLBACK, nfs_callback_tcpport); if (status == 0) status = nfs4_proc_setclientid_confirm(clp); if (status == 0)