diff options
Diffstat (limited to 'source3/include/idmap.h')
-rw-r--r-- | source3/include/idmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/idmap.h b/source3/include/idmap.h index 0d358d3fbe..5a1f4fafc3 100644 --- a/source3/include/idmap.h +++ b/source3/include/idmap.h @@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. */ +#define ID_EMPTY 0 #define ID_USERID 1 #define ID_GROUPID 2 #define ID_OTHER 3 |