diff options
-rw-r--r-- | source3/include/includes.h | 2 | ||||
-rw-r--r-- | source3/include/passdb.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 9ab25569a4..ec1ac203c3 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -969,4 +969,6 @@ void in6_addr_to_sockaddr_storage(struct sockaddr_storage *ss, /* samba3 doesn't use uwrap yet */ #define uwrap_enabled() 0 +#define BASE_RID (0x000003E8L) + #endif /* _INCLUDES_H */ diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 3ebf72d960..1d0f5c1abf 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -28,8 +28,6 @@ * NT RIDS. **********************************************************************/ -#define BASE_RID (0x000003E8L) - /* Take the bottom bit. */ #define RID_TYPE_MASK 1 #define RID_MULTIPLIER 2 |