From: Simo Sorce Date: Thu, 1 Mar 2007 05:17:33 +0000 (+0000) Subject: r21623: Fix copy/paste error X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~1029 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0de74724289f2b78719f6675664d7376446650d0;p=thirdparty%2Fsamba.git r21623: Fix copy/paste error --- diff --git a/source/nsswitch/winbindd_dual.c b/source/nsswitch/winbindd_dual.c index 6324de9a2d9..26debd26745 100644 --- a/source/nsswitch/winbindd_dual.c +++ b/source/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();