diff options
author | Andreas Schneider <asn@samba.org> | 2011-10-27 12:01:09 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-10-27 15:06:58 +0200 |
commit | cdb7ef911831e215be185acaf7bf457b8a76b970 (patch) | |
tree | 4e63c36dc1abed76fd52aa3a4c6d06d8511fefd4 /source3/include | |
parent | 7b5fb7d9e88bf848173363f5a1e2a0f1db6c7293 (diff) | |
download | samba-cdb7ef911831e215be185acaf7bf457b8a76b970.tar.gz samba-cdb7ef911831e215be185acaf7bf457b8a76b970.tar.bz2 samba-cdb7ef911831e215be185acaf7bf457b8a76b970.zip |
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
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index a6d2da09a5..562b64ca9a 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 */ |