summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-08-27 10:38:00 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-27 10:38:00 +0200
commit41b0106bf0633d1b68aee3e22056aef0aa855c4a (patch)
tree029ca6f853474e0939eba6d7374329a2bccd98d6
parent7ba0050ab29a67db5823e792a2811394f38d5487 (diff)
downloadsamba-41b0106bf0633d1b68aee3e22056aef0aa855c4a.tar.gz
Revert "fix another build warning."
This reverts commit e3ff1cb7709d93fb91602d3d25deca3f4ecce2ce.
-rw-r--r--source/rpc_client/cli_pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c
index 35256d713bd..425eb26cb04 100644
--- a/source/rpc_client/cli_pipe.c
+++ b/source/rpc_client/cli_pipe.c
@@ -823,8 +823,8 @@ static NTSTATUS rpc_api_pipe(struct rpc_pipe_client *cli,
while(1) {
RPC_HDR rhdr;
- char *ret_data = NULL;
- uint32 ret_data_len = 0;
+ char *ret_data;
+ uint32 ret_data_len;
/* Ensure we have enough data for a pdu. */
ret = cli_pipe_get_current_pdu(cli, &rhdr, &current_pdu);