diff options
author | Jeff Layton <jlayton@primarydata.com> | 2014-11-17 13:58:48 -0500 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2014-11-17 13:58:48 -0500 |
commit | caf2c4070dd62351f224a01735f5489830643fbf (patch) | |
tree | b9a03cc2420fcb26d405cb48c48ffbb84abae415 /utils/gssd/write_bytes.h | |
parent | e725def62c73b4aa269fefc4c0d96abb41927fcb (diff) | |
download | nfs-utils-caf2c4070dd62351f224a01735f5489830643fbf.tar.gz nfs-utils-caf2c4070dd62351f224a01735f5489830643fbf.tar.xz nfs-utils-caf2c4070dd62351f224a01735f5489830643fbf.zip |
nfsdcltrack: use sqlite3_close instead of sqlite3_close_v2
sqlite3_close_v2 wasn't added until v3.7.14 of libsqlite3 so this causes
the build to fail vs. very old sqlite3 libs. Also, Chuck points out that
the documentation says that sqlite3_close_v2 is intended for use with
host languages that are garbage collected, and C isn't.
In practice, we shouldn't ever see sqlite3_close return SQLITE_BUSY here
anyway since the program is single-threaded, so sqlite3_close should be
fine.
Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/gssd/write_bytes.h')
0 files changed, 0 insertions, 0 deletions