mirror of
				https://github.com/9001/copyparty.git
				synced 2025-11-03 21:43:12 +00:00 
			
		
		
		
	support xdev/xvol in rootless vfs; closes #603
This commit is contained in:
		@@ -704,7 +704,7 @@ class HttpCli(object):
 | 
			
		||||
            cookies["b"] = ""
 | 
			
		||||
 | 
			
		||||
        vn, rem = self.asrv.vfs.get(self.vpath, self.uname, False, False)
 | 
			
		||||
        if "xdev" in vn.flags or "xvol" in vn.flags:
 | 
			
		||||
        if vn.realpath and ("xdev" in vn.flags or "xvol" in vn.flags):
 | 
			
		||||
            ap = vn.canonical(rem)
 | 
			
		||||
            avn = vn.chk_ap(ap)
 | 
			
		||||
        else:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user