summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-08-06 10:06:29 +0200
committerKarolin Seeger <kseeger@samba.org>2009-08-10 17:53:12 +0200
commit7bb9534dd94cb34eb51dc3a46435503feddeb0a9 (patch)
treedc4074b190ccf123329c16264e5e54711dfd284c
parentdc70a2b87959bb3b808ea288fdce6447a04ccfa0 (diff)
downloadsamba-7bb9534dd94cb34eb51dc3a46435503feddeb0a9.tar.gz
samba-7bb9534dd94cb34eb51dc3a46435503feddeb0a9.tar.xz
samba-7bb9534dd94cb34eb51dc3a46435503feddeb0a9.zip
s3/smbldap: Fix typo in debug message.
Karolin (cherry picked from commit 54dffbea663ecf4542d6c5e30da6e346d5d60424) (cherry picked from commit 2538df1ea3229ea6d8242b5ae6fdd3d453395609) (cherry picked from commit 85f3b70d4aca641339b86f71b551156fa9aa27cb)
-rw-r--r--source/lib/smbldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/smbldap.c b/source/lib/smbldap.c
index 315b1e3b456..91896273514 100644
--- a/source/lib/smbldap.c
+++ b/source/lib/smbldap.c
@@ -1348,7 +1348,7 @@ int smbldap_search_paged(struct smbldap_state *ldap_state,
goto done;
}
- DEBUG(3,("smbldap_search_paged: search was successfull\n"));
+ DEBUG(3,("smbldap_search_paged: search was successful\n"));
rc = ldap_parse_result(ldap_state->ldap_struct, *res, NULL, NULL,
NULL, NULL, &rcontrols, 0);