summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cm.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-09-07 01:07:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:51:15 -0500
commitc3771f5f8c797c20d9755fc761474a3884017fb0 (patch)
tree2a444e2e218ab679be7a8e7aee45e84e0f6bc2bd /source3/nsswitch/winbindd_cm.c
parentb8704c5217a4996dc1b455c3d119c3f7771eb5db (diff)
downloadsamba-c3771f5f8c797c20d9755fc761474a3884017fb0.tar.gz
samba-c3771f5f8c797c20d9755fc761474a3884017fb0.tar.bz2
samba-c3771f5f8c797c20d9755fc761474a3884017fb0.zip
r18196: Fix debug message (this should be online not offline).
Jeremy. (This used to be commit 9c943dfe2d23e2d01df53ac81625278d4f870aa3)
Diffstat (limited to 'source3/nsswitch/winbindd_cm.c')
-rw-r--r--source3/nsswitch/winbindd_cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c
index 4b9072621a..3072ca2a39 100644
--- a/source3/nsswitch/winbindd_cm.c
+++ b/source3/nsswitch/winbindd_cm.c
@@ -146,7 +146,7 @@ void set_domain_offline(struct winbindd_domain *domain)
void set_domain_online(struct winbindd_domain *domain)
{
- DEBUG(10,("set_domain_offline: called for domain %s\n",
+ DEBUG(10,("set_domain_online: called for domain %s\n",
domain->name ));
if (get_global_winbindd_state_offline()) {