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

Reply via email to