CNFSMountGui::menuEntry -fix init type (thx Gaucho316)

This commit is contained in:
Jacek Jendrzej
2014-01-24 16:40:49 +01:00
parent 1ab77083ba
commit 8652b5c925

View File

@@ -218,7 +218,7 @@ const CMenuOptionChooser::keyval NFS_TYPE_OPTIONS[NFS_TYPE_OPTION_COUNT] =
int CNFSMountGui::menuEntry(int nr)
{
int type = (int) CFSMounter::NFS;
int type = g_settings.network_nfs[nr].type;
char cmd[9];
char cmd2[9];