r12193: Fix some typos.
authorGünther Deschner <gd@samba.org>
Mon, 12 Dec 2005 14:08:42 +0000 (14:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:48 +0000 (11:05 -0500)
Guenther
(This used to be commit 499224f02a8722eea0d4644ca81ca55da0e9a86b)

source3/nsswitch/winbindd_cache.c
source3/nsswitch/winbindd_cm.c
source3/nsswitch/winbindd_misc.c

index 2d03e452ad6993ce1be6972901e34a4f7b7f5142..841b114a78509f066555658d195226e07f3a2718 100644 (file)
@@ -1146,7 +1146,7 @@ static NTSTATUS lookup_usergroups(struct winbindd_domain *domain,
 
        if (NT_STATUS_V(domain->last_status) == NT_STATUS_V(NT_STATUS_ACCESS_DENIED) &&
            netsamlogon_cache_have(user_sid)) {
-               DEBUG(10, ("query_user: cached access denied and have cached info3\n"));
+               DEBUG(10, ("lookup_usergroups: cached access denied and have cached info3\n"));
                domain->last_status = NT_STATUS_OK;
                centry_free(centry);
                goto do_query;
index 77278e8c34d82c9460c663a14fada6c6fded38ca..6ac2520f44d25922f98cbce423e5e13c526c76ea 100644 (file)
@@ -209,7 +209,7 @@ static NTSTATUS cm_prepare_connection(const struct winbindd_domain *domain,
                                        WINBIND_SERVER_MUTEX_WAIT_TIME);
 
        if (!got_mutex) {
-               DEBUG(0,("cm_open_connection: mutex grab failed for %s\n",
+               DEBUG(0,("cm_prepare_connection: mutex grab failed for %s\n",
                         controller));
                result = NT_STATUS_POSSIBLE_DEADLOCK;
                goto done;
index ec8bacc4745a4cee505354f19d5dea88f52be2bc..1fbf4b33df2dc83096f97b281e1090ef0f78440a 100644 (file)
@@ -179,7 +179,7 @@ enum winbindd_result winbindd_dual_getdcname(struct winbindd_domain *domain,
        result = cm_connect_netlogon(domain, &netlogon_pipe);
 
        if (!NT_STATUS_IS_OK(result)) {
-               DEBUG(1, ("Can't contact our the NETLOGON pipe\n"));
+               DEBUG(1, ("Can't contact the NETLOGON pipe\n"));
                return WINBINDD_ERROR;
        }