r21623: Fix copy/paste error
authorSimo Sorce <idra@samba.org>
Thu, 1 Mar 2007 05:17:33 +0000 (05:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:18 +0000 (12:18 -0500)
source/nsswitch/winbindd_dual.c

index 6324de9a2d9dfae256b6750724ec69fda1e36ba4..26debd26745b9304e71dc7794c0eba360a8628e3 100644 (file)
@@ -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();