Fixed issue with APRSIS passcode validity check

This commit is contained in:
Jordan Sherer 2018-09-10 10:12:42 -04:00
parent ae62a73b58
commit acbd1080d5

View File

@ -197,7 +197,7 @@ void APRSISClient::enqueueSpot(QString theircall, QString grid, QString comment)
}
void APRSISClient::enqueueThirdParty(QString theircall, QString payload){
if(m_localPasscode != hashCallsign(m_localCall)){
if(!isPasscodeValid()){
return;
}