The branch, v3-3-test has been updated via 2538df1ea3229ea6d8242b5ae6fdd3d453395609 (commit) from 4e854cb52cfb4f3c25c92324c6e7505f1c8290b3 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log ----------------------------------------------------------------- commit 2538df1ea3229ea6d8242b5ae6fdd3d453395609 Author: Karolin Seeger <ksee...@samba.org> Date: Thu Aug 6 10:06:29 2009 +0200 s3/smbldap: Fix typo in debug message. Karolin (cherry picked from commit 54dffbea663ecf4542d6c5e30da6e346d5d60424) ----------------------------------------------------------------------- Summary of changes: source/lib/smbldap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source/lib/smbldap.c b/source/lib/smbldap.c index 03c6573..704a516 100644 --- a/source/lib/smbldap.c +++ b/source/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); -- Samba Shared Repository