- Timestamp:
- Apr 9, 2008, 3:55:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r819 r820 151 151 } 152 152 153 154 153 QString mountpoint = settings.value("mountpoint").toString(); 155 154 QString password = settings.value("password").toString(); … … 160 159 161 160 _outSocket->write(msg); 162 161 _outSocket->waitForBytesWritten(); 162 163 _outSocket->waitForReadyRead(); 163 164 QByteArray ans = _outSocket->readLine(); 164 165 cout << "Ans: >" << ans.data() << "<" << endl;166 165 167 166 if (ans.indexOf("OK") == -1) {
Note:
See TracChangeset
for help on using the changeset viewer.