Changeset 8501 in ntrip for branches/BNC_2.12/src/bncrinex.cpp


Ignore:
Timestamp:
Sep 27, 2018, 10:52:07 AM (6 years ago)
Author:
stuerze
Message:

minor changes to allow requests of user and password detected sourcetables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncrinex.cpp

    r8418 r8501  
    137137
    138138  QStringList table;
    139   bncTableDlg::getFullTable(_ntripVersion, _mountPoint.host(),
    140                             _mountPoint.port(), table, true);
     139  bncTableDlg::getFullTable(_ntripVersion, _mountPoint.host(), _mountPoint.port(),
     140      _mountPoint.userName(), _mountPoint.password(), table, true);
    141141  QString net;
    142142  QStringListIterator it(table);
Note: See TracChangeset for help on using the changeset viewer.