From: Ronnie Sahlberg Date: Thu, 12 Jan 2012 04:19:45 +0000 (+1100) Subject: read returns a READ3res, not a ACCESS3res X-Git-Tag: upstream/1.9.6^2~273 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=b426ef040432daf0868a99d62d1f85c88c7fbd2c read returns a READ3res, not a ACCESS3res --- 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.