From 0bafce02f80af8c7d1fb0c6b210353925a3f4c39 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 14 Jan 2013 21:14:20 +0100 Subject: smbd: Always compile vfs_commit There's no reason not to Reviewed by: Jeremy Allison --- source3/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 197afb60d9..bb5ee89a1a 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1690,6 +1690,7 @@ main() { vfs_streams_xattr vfs_streams_depot vfs_acl_xattr vfs_acl_tdb vfs_smb_traffic_analyzer vfs_preopen vfs_catia vfs_scannedonly vfs_media_harmony + vfs_commit vfs_crossrename vfs_linux_xfs_sgid vfs_time_audit idmap_autorid idmap_tdb2 idmap_rid idmap_hash''')) -- cgit