From f6eb85c952841bf9d42deedbbb0839c96d54ce55 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 1 Oct 2011 09:13:50 +0200 Subject: s3:msdfs: implement setup_dfs_referral() on top of SMB_VFS_GET_DFS_REFERRALS() metze --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index c132e365e8..289d9a1c7f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -894,7 +894,7 @@ bld.SAMBA3_LIBRARY('smbd_base', LIBCLI_SAMR libcli_lsa3 LIBRPCCLI_NETLOGON cli_spoolss RPC_NDR_SRVSVC npa_tstream INIT_NETLOGON INIT_SAMR cli_smb_common RPC_SERVER smbd_conn param_service - smbd_shim uid_wrapper + smbd_shim uid_wrapper NDR_DFSBLOBS ''', private_library=True, vars=locals()) -- cgit