Ensure documentation matches the tdb_util function usage.
authorJeremy Allison <jra@samba.org>
Tue, 12 May 2009 00:29:16 +0000 (17:29 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 12 May 2009 00:29:16 +0000 (17:29 -0700)
Jeremy.

lib/util/util_tdb.c

index 2d6012c9f42b5827f8fdf8e2c6515ce684d8b54d..e107cbdc4abf7594e22cef7b96f23642d758da51 100644 (file)
@@ -152,7 +152,7 @@ int tdb_store_int32(struct tdb_context *tdb, const char *keystr, int32_t v)
 }
 
 /****************************************************************************
- Fetch a uint32_t value by a arbitrary blob key, return -1 if not found.
+ Fetch a uint32_t value by a arbitrary blob key, return false if not found.
  Output is uint32_t in native byte order.
 ****************************************************************************/
 
@@ -172,7 +172,7 @@ bool tdb_fetch_uint32_byblob(struct tdb_context *tdb, TDB_DATA key, uint32_t *va
 }
 
 /****************************************************************************
- Fetch a uint32_t value by string key, return -1 if not found.
+ Fetch a uint32_t value by string key, return false if not found.
  Output is uint32_t in native byte order.
 ****************************************************************************/