summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_socket.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-27 23:29:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-27 23:29:24 +0000
commit49ed802643ee651998141f1f410bab5b3a0839cb (patch)
tree59dedbda37ee80c8237763777f94fd36faa5f58e /nuttx/fs/nfs/nfs_socket.c
parentd345ee75e089cb3629d1cf4383344f02d279594a (diff)
downloadpx4-nuttx-49ed802643ee651998141f1f410bab5b3a0839cb.tar.gz
px4-nuttx-49ed802643ee651998141f1f410bab5b3a0839cb.tar.bz2
px4-nuttx-49ed802643ee651998141f1f410bab5b3a0839cb.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4667 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 1ddfe63c3..5e130d3b5 100644
--- a/nuttx/fs/nfs/nfs_socket.c
+++ b/nuttx/fs/nfs/nfs_socket.c
@@ -176,7 +176,7 @@ int nfs_request(struct nfsmount *nmp, int procnum, void *datain, void *dataout)
{
int error;
struct rpcclnt *clnt;
- struct rpc_reply *reply = NULL;
+ struct rpc_reply *reply;
int trylater_delay;
clnt = nmp->nm_rpcclnt;