summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-05-16 00:35:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:07:24 -0500
commit9b6ad0c496b33efc5a7bcaa282f8ef73f9d19c68 (patch)
tree46c349aec40047e564ecf8011fd3d1cc67a80bb7
parent48beed252c5476d69e580f79d9038c676a79519c (diff)
downloadsamba-9b6ad0c496b33efc5a7bcaa282f8ef73f9d19c68.tar.gz
samba-9b6ad0c496b33efc5a7bcaa282f8ef73f9d19c68.tar.bz2
samba-9b6ad0c496b33efc5a7bcaa282f8ef73f9d19c68.zip
r15628: fix compiler warning
metze (This used to be commit 67a1c91c2d81ba4c6919804d2190cc9d53bf842c)
-rw-r--r--source4/torture/rap/rap.c2
1 files changed, 1 insertions, 1 deletions
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;