[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-851-g54dffbe

Karolin Seeger kseeger at samba.org
Thu Aug 6 02:07:39 MDT 2009


The branch, master has been updated
       via  54dffbea663ecf4542d6c5e30da6e346d5d60424 (commit)
      from  252f7da702fd0409f7bfff05ef594911ededa32f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 54dffbea663ecf4542d6c5e30da6e346d5d60424
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Aug 6 10:06:29 2009 +0200

    s3/smbldap: Fix typo in debug message.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/smbldap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c
index 4833b96..c96801a 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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list