From f35af507573469b7c1692f01922d323bd1000fbc Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 12 Oct 2008 15:50:20 +0200 Subject: Connection Manager password callback improvements --- vfs/UVFSCore.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vfs/UVFSCore.pas') diff --git a/vfs/UVFSCore.pas b/vfs/UVFSCore.pas index e884a09..ee2a6ca 100644 --- a/vfs/UVFSCore.pas +++ b/vfs/UVFSCore.pas @@ -486,7 +486,7 @@ end; function TVFSEngine.GetPrefix: string; begin if (FGlobs <> nil) and (@FSourcePlugin.FVFSGetPrefix <> nil) - then Result := URIHidePassword(FSourcePlugin.FVFSGetPrefix(FGlobs)) + then Result := FSourcePlugin.FVFSGetPrefix(FGlobs) else Result := 'VFS'; end; -- cgit v1.2.3