summaryrefslogtreecommitdiff
path: root/source/rpc_client
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-21 16:54:23 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-21 16:54:23 +0000
commit500e5536bee8ea8e58d5991bfab2cff923068926 (patch)
treee674f9c3a74985243bd47f5fcf5f21e32fe514c3 /source/rpc_client
parentbd2fc6bb85739cb8e7ed2254e2a553486daed054 (diff)
downloadsamba-500e5536bee8ea8e58d5991bfab2cff923068926.tar.gz
oops!
Diffstat (limited to 'source/rpc_client')
-rw-r--r--source/rpc_client/cli_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c
index 002c86cafc3..e412bad2a78 100644
--- a/source/rpc_client/cli_pipe.c
+++ b/source/rpc_client/cli_pipe.c
@@ -104,7 +104,7 @@ static BOOL rpc_read(struct cli_state *cli,
DEBUG(5,("rpc_read: offset end: 0x%x. data left to read:0x%x\n",
rdata->data->offset.end, data_to_read));
- return rdata->data.data != NULL;
+ return rdata->data->data != NULL;
}
/****************************************************************************