summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/librelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/librelease.sh b/script/librelease.sh
index 7584e481d30..5119ca4aca7 100755
--- a/script/librelease.sh
+++ b/script/librelease.sh
@@ -80,7 +80,7 @@ release_lib() {
for lib in $*; do
case $lib in
- talloc | tdb | ntdb | tevent | ldb)
+ talloc | tdb | tevent | ldb)
[ -z "$GPG_USER" ] && {
GPG_USER='Samba Library Distribution Key <samba-bugs@samba.org>'
}