r21454: Fix debug typo.
authorGünther Deschner <gd@samba.org>
Mon, 19 Feb 2007 17:47:50 +0000 (17:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:05 +0000 (12:18 -0500)
Guenther
(This used to be commit 5c4a58ff3ab261e32789f39f2cf478367b727318)

source3/nsswitch/winbindd_cm.c

index ccf6b20a9f0006a56db8edd86778feab69ce14c9..010d38fde97b2c870663e77a89f6d035959ad4e8 100644 (file)
@@ -363,7 +363,7 @@ static void set_domain_online(struct winbindd_domain *domain)
                domain->name ));
 
        if (domain->internal) {
-               DEBUG(3,("set_domain_offline: domain %s is internal - logic error.\n",
+               DEBUG(3,("set_domain_online: domain %s is internal - logic error.\n",
                        domain->name ));
                return;
        }