diff options
author | Simo Sorce <idra@samba.org> | 2004-10-11 09:21:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:47 -0500 |
commit | 2d2f43c93963a6dbdc01bd5efaa07841fb22eb54 (patch) | |
tree | d395bef4c3e9c2f45ab988667d0b13b5f733f9c7 | |
parent | 925251ea592bf7f341d2b4471cd5311fcabad109 (diff) | |
download | samba-2d2f43c93963a6dbdc01bd5efaa07841fb22eb54.tar.gz samba-2d2f43c93963a6dbdc01bd5efaa07841fb22eb54.tar.bz2 samba-2d2f43c93963a6dbdc01bd5efaa07841fb22eb54.zip |
r2908: fix typo
(This used to be commit f544f830630c8d0bd37a66dc06683621c4dbcdde)
-rw-r--r-- | source4/ldap_server/ldap_rootdse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ldap_server/ldap_rootdse.c b/source4/ldap_server/ldap_rootdse.c index e744811668..9673b45329 100644 --- a/source4/ldap_server/ldap_rootdse.c +++ b/source4/ldap_server/ldap_rootdse.c @@ -393,7 +393,7 @@ queue_reply: result = 0; errstr = NULL; } else if (count > 1) { - DEBUG(10,("rootdse_Search: to many results[%d]\n", count)); + DEBUG(10,("rootdse_Search: too many results[%d]\n", count)); result = 80; /* nosuchobject */ errstr = talloc_strdup(done_r, "internal error"); } else if (count == 0) { |