TDB_CONTEXT -> "struct tdb_context"
authorVolker Lendecke <vl@samba.org>
Fri, 10 Jul 2009 09:00:24 +0000 (11:00 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 15 Jul 2009 08:55:19 +0000 (10:55 +0200)
source3/lib/gencache.c

index 5497c4c240103dab06c20189370faa292fd84cb1..0e099f0dd09a03e1859dfc2daaa7eba9b59fad8e 100644 (file)
@@ -31,7 +31,7 @@
 #define BLOB_TYPE "DATA_BLOB"
 #define BLOB_TYPE_LEN 9
 
-static TDB_CONTEXT *cache;
+static struct tdb_context *cache;
 
 /**
  * @file gencache.c