Fixed bug: send chan.masquerade to parent class if not processed by the analog driver.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1637 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2008-01-16 13:24:29 +00:00
parent 24674f7c52
commit a817f67b5d
1 changed files with 1 additions and 1 deletions

View File

@ -2718,7 +2718,7 @@ bool AnalogDriver::received(Message& msg, int id)
return false;
}
}
break;
return Driver::received(msg,id);
case Status:
case Drop:
target = msg.getValue("module");