From a25b8acd827ffd663e24e27961796ccf80aa5571 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Mon, 8 Dec 2008 09:00:38 +0100 Subject: update: default to follow all symlinks MPD 0.13 and older followed all symbolic links. Although this can be a security problem (as it has always been), 0.14 should offer the same default behaviour as 0.13. --- src/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/update.c b/src/update.c index 2349d3e0f..ae079b74c 100644 --- a/src/update.c +++ b/src/update.c @@ -59,7 +59,7 @@ static struct condition delete_cond; enum { DEFAULT_FOLLOW_INSIDE_SYMLINKS = true, - DEFAULT_FOLLOW_OUTSIDE_SYMLINKS = false, + DEFAULT_FOLLOW_OUTSIDE_SYMLINKS = true, }; static bool follow_inside_symlinks; -- cgit v1.2.3