read returns a READ3res, not a ACCESS3res
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 12 Jan 2012 04:19:45 +0000 (15:19 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 12 Jan 2012 04:19:45 +0000 (15:19 +1100)
include/libnfs-raw.h

index e423ea81b59df1b8fb1a5af11e2b00402485e55d..6698030c39a59408c594dad8b52481733615b654 100644 (file)
@@ -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.