From 9b6ad0c496b33efc5a7bcaa282f8ef73f9d19c68 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 16 May 2006 00:35:57 +0000 Subject: r15628: fix compiler warning metze (This used to be commit 67a1c91c2d81ba4c6919804d2190cc9d53bf842c) --- source4/torture/rap/rap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/torture/rap/rap.c b/source4/torture/rap/rap.c index e7692e1444..b68b5f690f 100644 --- a/source4/torture/rap/rap.c +++ b/source4/torture/rap/rap.c @@ -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; -- cgit