ldb: fix a typo in the comment for ldb_req_is_untrusted()
authorMichael Adam <obnox@samba.org>
Wed, 28 Nov 2012 20:55:47 +0000 (21:55 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 30 Nov 2012 14:44:46 +0000 (15:44 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Fri Nov 30 15:44:46 CET 2012 on sn-devel-104

lib/ldb/common/ldb.c

index 49eccb919dea7b2476a4a1b043cbe8f2cdf8629b..7a997f78243ef9466a903b70c893006a6c3e7682 100644 (file)
@@ -1980,7 +1980,7 @@ uint32_t ldb_req_get_custom_flags(struct ldb_request *req)
 
 
 /**
  return true is a request is untrusted
* return true if a request is untrusted
  */
 bool ldb_req_is_untrusted(struct ldb_request *req)
 {