diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-21 16:54:23 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-21 16:54:23 +0000 |
commit | ac9be4ddca99c5efae518a985b97fb1fb6374289 (patch) | |
tree | b6eec3945ecec8673712d193daadbdffccdf8ad9 /source3/rpc_client | |
parent | 477350638399b8ff264100c7832c14df719055f3 (diff) | |
download | samba-ac9be4ddca99c5efae518a985b97fb1fb6374289.tar.gz samba-ac9be4ddca99c5efae518a985b97fb1fb6374289.tar.bz2 samba-ac9be4ddca99c5efae518a985b97fb1fb6374289.zip |
oops!
(This used to be commit 500e5536bee8ea8e58d5991bfab2cff923068926)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 002c86cafc..e412bad2a7 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/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; } /**************************************************************************** |