r15628: fix compiler warning
authorStefan Metzmacher <metze@samba.org>
Tue, 16 May 2006 00:35:57 +0000 (00:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:07:24 +0000 (14:07 -0500)
metze
(This used to be commit 67a1c91c2d81ba4c6919804d2190cc9d53bf842c)

source4/torture/rap/rap.c

index e7692e144492737b5751279125e740b9de34d057..b68b5f690ffd051308bcf6a92ccf72d645f7206a 100644 (file)
@@ -79,7 +79,7 @@ static void rap_cli_push_paramdesc(struct rap_call *call, char desc)
 
        call->paramdesc = talloc_realloc(call,
                                         call->paramdesc,
-                                        uint8_t,
+                                        char,
                                         len+2);
 
        call->paramdesc[len] = desc;