From cdb7ef911831e215be185acaf7bf457b8a76b970 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 27 Oct 2011 12:01:09 +0200 Subject: [PATCH] s3: Enable uid wrapper. Autobuild-User: Andreas Schneider Autobuild-Date: Thu Oct 27 15:06:58 CEST 2011 on sn-devel-104 --- source3/include/includes.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/include/includes.h b/source3/include/includes.h index a6d2da09a5d..562b64ca9a9 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -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 */ -- 2.34.1