]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/smbldap: Fix typo in debug message.
authorKarolin Seeger <kseeger@samba.org>
Thu, 6 Aug 2009 08:06:29 +0000 (10:06 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 6 Aug 2009 08:10:25 +0000 (10:10 +0200)
Karolin
(cherry picked from commit 54dffbea663ecf4542d6c5e30da6e346d5d60424)

source/lib/smbldap.c

index 03c657356e2c7434175f480c24e05ef8aff48d4c..704a51640a5e42f9f7f6caff59b68c561cbf89e6 100644 (file)
@@ -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);