summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_socket.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-03 23:32:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-03 23:32:53 +0000
commitb33b2cd1e16be3b2592693fcd85a9fd998a3fd1c (patch)
tree662cae77b7a5d6911a79fca1222cb71eeff401e1 /nuttx/fs/nfs/nfs_socket.c
parentaaf45d80e084cf715374b0b6a8833a8d938c7585 (diff)
downloadpx4-nuttx-b33b2cd1e16be3b2592693fcd85a9fd998a3fd1c.tar.gz
px4-nuttx-b33b2cd1e16be3b2592693fcd85a9fd998a3fd1c.tar.bz2
px4-nuttx-b33b2cd1e16be3b2592693fcd85a9fd998a3fd1c.zip
NSF update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4695 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/nfs_socket.c')
-rw-r--r--nuttx/fs/nfs/nfs_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/nfs/nfs_socket.c b/nuttx/fs/nfs/nfs_socket.c
index d0f4e36b2..0dc8860a0 100644
--- a/nuttx/fs/nfs/nfs_socket.c
+++ b/nuttx/fs/nfs/nfs_socket.c
@@ -203,7 +203,7 @@ tryagain:
goto out;
}
- dataout = reply->stat.where;
+ dataout = &reply->stat.where;
if (reply->rpc_verfi.authtype != 0)
{