Fixed issue with APRSIS passcode validity check
This commit is contained in:
parent
ae62a73b58
commit
acbd1080d5
@ -197,7 +197,7 @@ void APRSISClient::enqueueSpot(QString theircall, QString grid, QString comment)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void APRSISClient::enqueueThirdParty(QString theircall, QString payload){
|
void APRSISClient::enqueueThirdParty(QString theircall, QString payload){
|
||||||
if(m_localPasscode != hashCallsign(m_localCall)){
|
if(!isPasscodeValid()){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user