From f10c63810077a6759a9df4e9c653066f9f355d96 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 Apr 2012 15:44:01 +1000 Subject: s4-messaging: Fill in the whole server_id in all use cases This started per https://bugzilla.samba.org/show_bug.cgi?id=8872#c4 and avoids any possible collision with a different process. We also need to ensure that across a Samba installation on a single node that id.vnn is the same. Samba4 previously used 0, while Samba3 used NONCLUSTER_VNN. When a message is sent between these 'different' nodes, the error NT_STATUS_INVALID_DEVICE_REQUEST is raised. Andrew Bartlett --- source3/include/serverid.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/serverid.h b/source3/include/serverid.h index 8fc06a15d8..1833f53d55 100644 --- a/source3/include/serverid.h +++ b/source3/include/serverid.h @@ -22,9 +22,6 @@ #include "includes.h" -/** Don't verify this unique id */ -#define SERVERID_UNIQUE_ID_NOT_TO_VERIFY 0xFFFFFFFFFFFFFFFFULL - /* * Register a server with its unique id */ -- cgit