diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-07-13 13:25:34 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-07-13 12:51:05 +0200 |
commit | 23b6af10f6ab3852ca28338b8d58342be816f0a2 (patch) | |
tree | 2dda4f619b1eb6d6c27342d0bc9d768acdf0f550 /lib/ldb/wscript | |
parent | 2087eb1602d647a7b14523820834231f50dea79d (diff) | |
download | samba-23b6af10f6ab3852ca28338b8d58342be816f0a2.tar.gz samba-23b6af10f6ab3852ca28338b8d58342be816f0a2.tar.bz2 samba-23b6af10f6ab3852ca28338b8d58342be816f0a2.zip |
ldb: added ldb_val_string_cmp()
this should help fix some places where we run past the end of a string
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/ldb/wscript')
-rwxr-xr-x | lib/ldb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript index a8d9bf70ca..d05453e731 100755 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '1.1.0' +VERSION = '1.1.1' blddir = 'bin' |