summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_dual.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2007-03-01 05:17:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:18 -0500
commit1983759266c82abf79385342af68ad3413dbac29 (patch)
tree32d8834fe3c2a37eee370c2823653b9f18fad54c /source3/nsswitch/winbindd_dual.c
parent9b568ecdc42226e148089c35899f7b0c5dc834f0 (diff)
downloadsamba-1983759266c82abf79385342af68ad3413dbac29.tar.gz
samba-1983759266c82abf79385342af68ad3413dbac29.tar.bz2
samba-1983759266c82abf79385342af68ad3413dbac29.zip
r21623: Fix copy/paste error
(This used to be commit 0de74724289f2b78719f6675664d7376446650d0)
Diffstat (limited to 'source3/nsswitch/winbindd_dual.c')
-rw-r--r--source3/nsswitch/winbindd_dual.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_dual.c b/source3/nsswitch/winbindd_dual.c
index 6324de9a2d..26debd2674 100644
--- a/source3/nsswitch/winbindd_dual.c
+++ b/source3/nsswitch/winbindd_dual.c
@@ -573,8 +573,8 @@ void winbind_msg_online(int msg_type, struct process_id src,
winbindd_flush_negative_conn_cache(domain);
set_domain_online_request(domain);
- /* Send an offline message to the idmap child when our
- primary domain goes offline */
+ /* Send an online message to the idmap child when our
+ primary domain comes back online */
if ( domain->primary ) {
struct winbindd_child *idmap = idmap_child();