summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-06 17:49:36 +0200
committerGünther Deschner <gd@samba.org>2010-05-08 01:45:39 +0200
commit4afdb5a2a713985aed758a49144e23b2d0de842b (patch)
tree7f91d1ecb49895e3d307aab5abcab29450214a1c /source3/include/passdb.h
parentb83ab96b16cd322d90bf84d8b71b523a2fda4aed (diff)
downloadsamba-4afdb5a2a713985aed758a49144e23b2d0de842b.tar.gz
samba-4afdb5a2a713985aed758a49144e23b2d0de842b.tar.bz2
samba-4afdb5a2a713985aed758a49144e23b2d0de842b.zip
s3: move BASE_RID to main includes.h (in preparation to separate passdb).
Guenther
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r--source3/include/passdb.h2
1 files changed, 0 insertions, 2 deletions
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