1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r15628: fix compiler warning

metze
(This used to be commit 67a1c91c2d)
This commit is contained in:
Stefan Metzmacher 2006-05-16 00:35:57 +00:00 committed by Gerald (Jerry) Carter
parent 48beed252c
commit 9b6ad0c496

View 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;