diff options
author | Günther Deschner <gd@samba.org> | 2010-05-26 22:49:01 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-26 22:49:01 +0200 |
commit | 229b090308d09e749f70155c798ae3826bf24164 (patch) | |
tree | e9d800fe8456c2865ea1f0c46997776c1575af0f | |
parent | dd05e173a2001f5f59e6dfdbebf592dc1c64fc4d (diff) | |
download | samba-229b090308d09e749f70155c798ae3826bf24164.tar.gz samba-229b090308d09e749f70155c798ae3826bf24164.tar.bz2 samba-229b090308d09e749f70155c798ae3826bf24164.zip |
s3-lanman: remove defines now provided by IDL.
Guenther
-rw-r--r-- | source3/smbd/lanman.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c index 8c4d60cef9..871e2b707d 100644 --- a/source3/smbd/lanman.c +++ b/source3/smbd/lanman.c @@ -4010,16 +4010,6 @@ There is no auxiliary data in the response. #define usri11_code_page 84 #define usri11_end 86 -#define USER_PRIV_GUEST 0 -#define USER_PRIV_USER 1 -#define USER_PRIV_ADMIN 2 - -#define AF_OP_PRINT 0 -#define AF_OP_COMM 1 -#define AF_OP_SERVER 2 -#define AF_OP_ACCOUNTS 3 - - static bool api_RNetUserGetInfo(connection_struct *conn, uint16 vuid, char *param, int tpscnt, char *data, int tdscnt, |