svn commit: samba r4064 - in branches/SAMBA_4_0/source/lib/registry/tools: .

metze at samba.org metze at samba.org
Sat Dec 4 14:28:07 GMT 2004


Author: metze
Date: 2004-12-04 14:28:06 +0000 (Sat, 04 Dec 2004)
New Revision: 4064

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

Log:
use the same name for type on both ends

for long term we should remove all typedef's

metze

Modified:
   branches/SAMBA_4_0/source/lib/registry/tools/regpatch.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/registry/tools/regpatch.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/tools/regpatch.c	2004-12-04 13:56:25 UTC (rev 4063)
+++ branches/SAMBA_4_0/source/lib/registry/tools/regpatch.c	2004-12-04 14:28:06 UTC (rev 4064)
@@ -154,7 +154,7 @@
  */
 static struct cmd_line *get_cmd_line(int fd)
 {
-  struct cmd_line *cl = smb_xmalloc_p(CMD_LINE);
+  CMD_LINE *cl = smb_xmalloc_p(CMD_LINE);
   int i = 0, rc;
   uint8_t ch;
 



More information about the samba-cvs mailing list