svn commit: samba r15134 - in trunk/source/tdb: .

vlendec at samba.org vlendec at samba.org
Wed Apr 19 14:13:12 GMT 2006


Author: vlendec
Date: 2006-04-19 14:13:11 +0000 (Wed, 19 Apr 2006)
New Revision: 15134

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

Log:
Revert an accidential commit
Modified:
   trunk/source/tdb/tdb.c


Changeset:
Modified: trunk/source/tdb/tdb.c
===================================================================
--- trunk/source/tdb/tdb.c	2006-04-19 14:11:51 UTC (rev 15133)
+++ trunk/source/tdb/tdb.c	2006-04-19 14:13:11 UTC (rev 15134)
@@ -74,7 +74,7 @@
 			return 0;
 
 		if (!TDB_DEAD(r) && hash==r->full_hash && key.dsize==r->key_len) {
-			void *k;
+			char *k;
 			/* a very likely hit - read the key */
 			k = tdb_alloc_read(tdb, rec_ptr + sizeof(*r), 
 					   r->key_len);



More information about the samba-cvs mailing list