From b426ef040432daf0868a99d62d1f85c88c7fbd2c Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Thu, 12 Jan 2012 15:19:45 +1100 Subject: [PATCH] read returns a READ3res, not a ACCESS3res --- include/libnfs-raw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libnfs-raw.h b/include/libnfs-raw.h index e423ea8..6698030 100644 --- a/include/libnfs-raw.h +++ b/include/libnfs-raw.h @@ -340,7 +340,7 @@ int rpc_nfs_access_async(struct rpc_context *rpc, rpc_cb cb, struct nfs_fh3 *fh, * * When the callback is invoked, status indicates the result: * RPC_STATUS_SUCCESS : We got a successful response from the nfs daemon. - * data is ACCESS3res + * data is READ3res * RPC_STATUS_ERROR : An error occured when trying to contact the nfs daemon. * data is the error string. * RPC_STATUS_CANCEL : The connection attempt was aborted before it could complete. -- 2.34.1