s3: Enable uid wrapper.
authorAndreas Schneider <asn@samba.org>
Thu, 27 Oct 2011 10:01:09 +0000 (12:01 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 27 Oct 2011 13:06:58 +0000 (15:06 +0200)
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Thu Oct 27 15:06:58 CEST 2011 on sn-devel-104

source3/include/includes.h

index a6d2da09a5d5198d502d76b21985a3c93876b38b..562b64ca9a92c6bc8621cea0bb00bee9076945ef 100644 (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 */