summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/ldbadd.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2005-03-30 00:15:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:20 -0500
commitda3816690419401d85ab8bf7cee89ac912b152b0 (patch)
treed389735e62b28a10557f79c5dcddd8bedc500a61 /source4/lib/ldb/tools/ldbadd.c
parentdfbd1752a1e8d3d8f40ee1986558be1ae3a2bc74 (diff)
downloadsamba-da3816690419401d85ab8bf7cee89ac912b152b0.tar.gz
samba-da3816690419401d85ab8bf7cee89ac912b152b0.tar.bz2
samba-da3816690419401d85ab8bf7cee89ac912b152b0.zip
r6118: Make it so that we can do --with-zlib=no in configure and also a couple
of small typos. (This used to be commit 9b4069e84573f85ce4341ceacd35737a18726a0b)
Diffstat (limited to 'source4/lib/ldb/tools/ldbadd.c')
-rw-r--r--source4/lib/ldb/tools/ldbadd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tools/ldbadd.c b/source4/lib/ldb/tools/ldbadd.c
index 41273a08da..818c33a11d 100644
--- a/source4/lib/ldb/tools/ldbadd.c
+++ b/source4/lib/ldb/tools/ldbadd.c
@@ -116,7 +116,7 @@ static int process_file(struct ldb_context *ldb, FILE *f)
}
if (!ldb_url) {
- fprintf(stderr, "You must specify a ldb URL\n\n");
+ fprintf(stderr, "You must specify an ldb URL\n\n");
usage();
}