Revert "fix another build warning."
authorKarolin Seeger <kseeger@samba.org>
Wed, 27 Aug 2008 08:38:00 +0000 (10:38 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 27 Aug 2008 08:38:00 +0000 (10:38 +0200)
This reverts commit e3ff1cb7709d93fb91602d3d25deca3f4ecce2ce.

source/rpc_client/cli_pipe.c

index 35256d713bd509a28ca35d0da45aabb6e69153fd..425eb26cb047c841c39d5393acac4fbc0b589f48 100644 (file)
@@ -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);