The branch, master has been updated
via d61b072... libwbclient: Talloc is no longer used
from b29f3f4... Revert "tsocket: not all systems have IPV6_V6ONLY"
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit d61b07253b04a17226cfd92ef8bf785c93263ce3
Author: Volker Lendecke <[email protected]>
Date: Sun Apr 25 10:15:43 2010 +0200
libwbclient: Talloc is no longer used
-----------------------------------------------------------------------
Summary of changes:
nsswitch/libwbclient/libwbclient.h | 2 --
nsswitch/libwbclient/wscript_build | 1 -
2 files changed, 0 insertions(+), 3 deletions(-)
Changeset truncated at 500 lines:
diff --git a/nsswitch/libwbclient/libwbclient.h
b/nsswitch/libwbclient/libwbclient.h
index 74cba7e..867eb4d 100644
--- a/nsswitch/libwbclient/libwbclient.h
+++ b/nsswitch/libwbclient/libwbclient.h
@@ -31,8 +31,6 @@
#include "nsswitch/winbind_nss_config.h"
#include "nsswitch/winbind_struct_protocol.h"
-#include <talloc.h>
-
/* Public headers */
#include "wbclient.h"
diff --git a/nsswitch/libwbclient/wscript_build
b/nsswitch/libwbclient/wscript_build
index ec75ddc..a4a8742 100644
--- a/nsswitch/libwbclient/wscript_build
+++ b/nsswitch/libwbclient/wscript_build
@@ -2,7 +2,6 @@
bld.SAMBA_SUBSYSTEM('LIBWBCLIENT',
source='wbc_guid.c wbc_idmap.c wbclient.c wbc_pam.c wbc_pwd.c wbc_sid.c
wbc_util.c',
- public_deps='talloc'
)
--
Samba Shared Repository