summaryrefslogtreecommitdiff
path: root/nsswitch/wb_common.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-10-07 21:06:57 +0200
committerAndreas Schneider <asn@samba.org>2011-10-27 13:32:01 +0200
commit8682c32c1aee9b6790276644e44f16613a69ffe6 (patch)
treea4f5c131d9d6a2af7b8eadb715135ddaaf40dfa8 /nsswitch/wb_common.c
parentf53096032d271360225b71a4bd258f717ac8d6e2 (diff)
downloadsamba-8682c32c1aee9b6790276644e44f16613a69ffe6.tar.gz
nsswitch: Disable uid_wrapper in libwbclient.
This way we don't have to link against it in the autoconf build.
Diffstat (limited to 'nsswitch/wb_common.c')
-rw-r--r--nsswitch/wb_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nsswitch/wb_common.c b/nsswitch/wb_common.c
index 80c729a3b6b..c56a76f8261 100644
--- a/nsswitch/wb_common.c
+++ b/nsswitch/wb_common.c
@@ -22,6 +22,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#define UID_WRAPPER_NOT_REPLACE
+
#include "replace.h"
#include "system/select.h"
#include "winbind_client.h"