mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Some fixes for GVFS plugin
This commit is contained in:
parent
08ddde2615
commit
06cb1aafdb
1 changed files with 3 additions and 1 deletions
|
|
@ -1381,10 +1381,12 @@ struct TVFSGlobs * GetConnectionByPath(gchar *Path)
|
|||
return globs;
|
||||
}
|
||||
free(ConnectionName);
|
||||
/*
|
||||
if (globs->RemotePath != NULL)
|
||||
{
|
||||
free(globs->RemotePath);
|
||||
}
|
||||
}
|
||||
*/
|
||||
globs->RemotePath = ExtractRemoteFileName(Path);
|
||||
g_print("GetConnectionByPath: RemotePath = %s\n", globs->RemotePath);
|
||||
return globs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue