Bug 1025: wimax-ipv4 script exists with signal SIGSEGV when nbSS>20

This commit is contained in:
Flavio Kubota
2010-12-28 22:25:20 -02:00
parent 6112f4cc33
commit aed7de153b

View File

@@ -226,7 +226,11 @@ void
BsServiceFlowManager::AllocateServiceFlows (const DsaReq &dsaReq, Cid cid)
{
ServiceFlow *serviceFlow = ProcessDsaReq (dsaReq, cid);
if (serviceFlow) {
ScheduleDsaRsp (serviceFlow, cid);
} else {
NS_LOG_INFO ("No service Flow. Could not connect.");
}
}
void