From 617b63658b02957422359a76fd8b8e4748d228ee Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Tue, 8 May 2012 09:11:36 +0200 Subject: s3:vfs/shadow_copy2 make descending sort order the default otherwise Explorer won't work correctly when trying to restore a folder --- source3/modules/vfs_shadow_copy2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/vfs_shadow_copy2.c') diff --git a/source3/modules/vfs_shadow_copy2.c b/source3/modules/vfs_shadow_copy2.c index 24356ece1f..4efc0cad57 100644 --- a/source3/modules/vfs_shadow_copy2.c +++ b/source3/modules/vfs_shadow_copy2.c @@ -1047,7 +1047,7 @@ static void shadow_copy2_sort_data(vfs_handle_struct *handle, const char *sort; sort = lp_parm_const_string(SNUM(handle->conn), "shadow", - "sort", NULL); + "sort", "desc"); if (sort == NULL) { return; } -- cgit