diff options
author | Jeremy Allison <jra@samba.org> | 2012-06-28 13:41:19 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-06-29 03:57:45 +0200 |
commit | 485787f0dfa64bbada7c971ec44f04a1095b4229 (patch) | |
tree | 143ec6a9ac9e7d26e90e41f5110791419a9d29ee /tests | |
parent | 821bd95156e8cc6d843aecb0a27d4a08761b7dac (diff) | |
download | samba-485787f0dfa64bbada7c971ec44f04a1095b4229.tar.gz |
Move back to using per-thread credentials on Linux. Fixes the glibc native AIO lost wakeup problem.
See this post:
https://lists.samba.org/archive/samba-technical/2012-June/085101.html
for details.
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Jun 29 03:57:45 CEST 2012 on sn-devel-104
Diffstat (limited to 'tests')
-rw-r--r-- | tests/summary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/summary.c b/tests/summary.c index a019fbfb2e0..bd0c1624306 100644 --- a/tests/summary.c +++ b/tests/summary.c @@ -13,7 +13,7 @@ main() printf("WARNING: No automated network interface determination\n"); #endif -#if !(defined(USE_SETEUID) || defined(USE_SETREUID) || defined(USE_SETRESUID) || defined(USE_SETUIDX)) +#if !(defined(USE_SETEUID) || defined(USE_SETREUID) || defined(USE_SETRESUID) || defined(USE_SETUIDX) || defined(USE_LINUX_THREAD_CREDENTIALS)) printf("ERROR: no seteuid method available\n"); exit(1); #endif |