diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-17 23:00:46 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-18 00:47:06 +0100 |
commit | fff18e0cc38dca018c44696a93fcd7356a823bba (patch) | |
tree | 0837d5ed2394729607706e7d45f803d9007ef88a /source4/lib/ldb/ldb_sqlite3 | |
parent | f9fbe0874f9ef5fe70892d68749292821f4f4682 (diff) | |
download | samba-fff18e0cc38dca018c44696a93fcd7356a823bba.tar.gz samba-fff18e0cc38dca018c44696a93fcd7356a823bba.tar.bz2 samba-fff18e0cc38dca018c44696a93fcd7356a823bba.zip |
ldb: Rename two exported functions so they match abi_match.
Diffstat (limited to 'source4/lib/ldb/ldb_sqlite3')
-rw-r--r-- | source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c b/source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c index 26f0351d08..e5b43fd0c9 100644 --- a/source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c +++ b/source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c @@ -1538,7 +1538,7 @@ static int lsql_handle_request(struct ldb_module *module, struct ldb_request *re struct tevent_timer *te; struct timeval tv; - if (check_critical_controls(req->controls)) { + if (ldb_check_critical_controls(req->controls)) { return LDB_ERR_UNSUPPORTED_CRITICAL_EXTENSION; } |