From c80ba69b7a2470d429f027584f2c049770508cb0 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 8 Mar 2022 15:48:02 +0100 Subject: dont setup full fs after dav auth Signed-off-by: Robin Appelman --- apps/dav/lib/Connector/Sabre/Auth.php | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/dav/lib/Connector') diff --git a/apps/dav/lib/Connector/Sabre/Auth.php b/apps/dav/lib/Connector/Sabre/Auth.php index 71e833809ac..df4e3c65ce0 100644 --- a/apps/dav/lib/Connector/Sabre/Auth.php +++ b/apps/dav/lib/Connector/Sabre/Auth.php @@ -235,7 +235,6 @@ class Auth extends AbstractBasic { \OC_User::handleApacheAuth() ) { $user = $this->userSession->getUser()->getUID(); - \OC_Util::setupFS($user); $this->currentUser = $user; $this->session->close(); return [true, $this->principalPrefix . $user]; -- cgit v1.2.3