summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-08-06 10:06:29 +0200
committerKarolin Seeger <kseeger@samba.org>2009-08-13 14:27:28 +0200
commiteece2d10e3a4cbadd219186b1ceef5d79135ea62 (patch)
treeec79bf13e91ed60c6a8b18866e1ab9fef0451c2b /source3
parent83eaed1cd5185933ac9dfe976b1b20cd2ed75153 (diff)
downloadsamba-eece2d10e3a4cbadd219186b1ceef5d79135ea62.tar.gz
s3/smbldap: Fix typo in debug message.
Karolin (cherry picked from commit 54dffbea663ecf4542d6c5e30da6e346d5d60424) (cherry picked from commit bddd55fa8a20a7a2d6d521ec951d13f548950b26)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/smbldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c
index f86b7119804..8c2b26d878d 100644
--- a/source3/lib/smbldap.c
+++ b/source3/lib/smbldap.c
@@ -1409,7 +1409,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);