svn commit: samba r15628 - in branches/SAMBA_4_0/source/torture/rap: .

metze at samba.org metze at samba.org
Tue May 16 00:36:12 GMT 2006


Author: metze
Date: 2006-05-16 00:35:57 +0000 (Tue, 16 May 2006)
New Revision: 15628

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15628

Log:
fix compiler warning

metze
Modified:
   branches/SAMBA_4_0/source/torture/rap/rap.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rap/rap.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rap/rap.c	2006-05-15 22:35:17 UTC (rev 15627)
+++ branches/SAMBA_4_0/source/torture/rap/rap.c	2006-05-16 00:35:57 UTC (rev 15628)
@@ -79,7 +79,7 @@
 
 	call->paramdesc = talloc_realloc(call,
 					 call->paramdesc,
-					 uint8_t,
+					 char,
 					 len+2);
 
 	call->paramdesc[len] = desc;



More information about the samba-cvs mailing list