]> eyrie.org Git - kerberos/krb5-strength.git/commit
Stick to SQLite interfaces in 3.7
authorRuss Allbery <eagle@eyrie.org>
Wed, 26 Mar 2014 03:58:30 +0000 (20:58 -0700)
committerRuss Allbery <eagle@eyrie.org>
Wed, 26 Mar 2014 03:58:30 +0000 (20:58 -0700)
commitc4933dc43a3df029509e863592a71eef67011bd3
treed4151b2fb94989ba8fd318455bd09cd25003470e
parentd63b992e4c7d0e0b5363f44e46457a510d46ecec
Stick to SQLite interfaces in 3.7

Use sqlite3_close instead of sqlite3_close_v2.  We don't need the
new semantics of sqlite3_close_v2.  Also use sqlite3_errmsg instead
of sqlite3_errstr, which actually appears to be better, assuming it
works as documented.
plugin/sqlite.c