1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

s3: Enable uid wrapper.

Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Thu Oct 27 15:06:58 CEST 2011 on sn-devel-104
This commit is contained in:
Andreas Schneider 2011-10-27 12:01:09 +02:00 committed by Andreas Schneider
parent 7b5fb7d9e8
commit cdb7ef9118

View File

@ -645,9 +645,6 @@ void dump_core(void) _NORETURN_;
void exit_server(const char *const reason) _NORETURN_;
void exit_server_cleanly(const char *const reason) _NORETURN_;
/* samba3 doesn't use uwrap yet */
#define uwrap_enabled() 0
#define BASE_RID (0x000003E8L)
#endif /* _INCLUDES_H */