Update YSFGateway.cpp
Remove typo
This commit is contained in:
parent
4dd0ec248c
commit
070cfb9ea2
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ int CYSFGateway::run()
|
|||
unsigned char ft = fich.getFT();
|
||||
|
||||
CYSFReflector* reflector = m_wiresX->getReflector();
|
||||
if ( (wiresXCommandPassthrough) && (reflector->reflector->m_wiresX) ) {
|
||||
if ( (wiresXCommandPassthrough) && (reflector->m_wiresX) ) {
|
||||
// Allow WiresX to Pass Through
|
||||
processDTMF(buffer, dt);
|
||||
processWiresX(buffer, fi, dt, fn, ft, true);
|
||||
|
|
Loading…
Reference in a new issue