diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-08-06 10:06:29 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-08-06 10:06:29 +0200 |
commit | 54dffbea663ecf4542d6c5e30da6e346d5d60424 (patch) | |
tree | 55e43ccd48d46ec7bc9921a9e6ad62e5050da514 /source3 | |
parent | 252f7da702fd0409f7bfff05ef594911ededa32f (diff) | |
download | samba-54dffbea663ecf4542d6c5e30da6e346d5d60424.tar.gz samba-54dffbea663ecf4542d6c5e30da6e346d5d60424.tar.bz2 samba-54dffbea663ecf4542d6c5e30da6e346d5d60424.zip |
s3/smbldap: Fix typo in debug message.
Karolin
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/smbldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c index 4833b96c5f..c96801a72b 100644 --- a/source3/lib/smbldap.c +++ b/source3/lib/smbldap.c @@ -1449,7 +1449,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); |