FIX: Re-opening the connection

This commit is contained in:
Alexander Koblov 2011-07-17 10:44:38 +00:00
commit c7768f60db

View file

@ -1273,7 +1273,7 @@ struct TVFSGlobs * NetworkConnect(gchar *ConnectionName)
return globs;
}
}
return NULL;
return globs;
}
gboolean AddQuickConnection(PConnection Connection)