r23779: Change from v2 or later to v3 or later.
[samba.git] / source3 / nmbd / nmbd_processlogon.c
index 15be7f59c081ec92094a69f322cf7ca5f0eec6a9..c05d61be10a5bbff14253afbeeeeea30d77f3fa3 100644 (file)
@@ -8,7 +8,7 @@
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
    
    This program is distributed in the hope that it will be useful,
@@ -40,8 +40,8 @@ static void send_repl_message(uint32 low_serial)
 {
         DEBUG(3, ("sending replication message, serial = 0x%04x\n", 
                   low_serial));
-        message_send_all(MSG_SMB_SAM_REPL, &low_serial,
-                         sizeof(low_serial), False, NULL);
+        message_send_all(nmbd_messaging_context(), MSG_SMB_SAM_REPL,
+                        &low_serial, sizeof(low_serial), NULL);
 }
 
 /****************************************************************************