diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-01 00:17:30 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-01 00:17:30 +0000 |
commit | 7602aa50fd591e63393def79d55302a22e77c387 (patch) | |
tree | 9233e0963192d8c6e9ee704a18cd2d3ca133392a /source4/include/mapping.h | |
parent | fa062af11ada2cf1c58465447ea711ec4b9b3a12 (diff) | |
download | samba-7602aa50fd591e63393def79d55302a22e77c387.tar.gz samba-7602aa50fd591e63393def79d55302a22e77c387.tar.bz2 samba-7602aa50fd591e63393def79d55302a22e77c387.zip |
* got rid of UNISTR2 and everything that depends on it
* removed a bunch of code that needs to be rewritten using the new
interfaces
(This used to be commit 9b02b486ef5906516f8cad79dbff5e3dd54cde66)
Diffstat (limited to 'source4/include/mapping.h')
-rw-r--r-- | source4/include/mapping.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/include/mapping.h b/source4/include/mapping.h index d4f2d28e6a..fd124034cf 100644 --- a/source4/include/mapping.h +++ b/source4/include/mapping.h @@ -50,7 +50,6 @@ typedef struct _GROUP_MAP { fstring nt_name; fstring comment; uint32 systemaccount; - PRIVILEGE_SET priv_set; } GROUP_MAP; typedef struct _PRIVS { |