mirror of
				https://github.com/fairwaves/openbts-2.8.git
				synced 2025-11-04 05:53:17 +00:00 
			
		
		
		
	r4252 in private:
Clarifying comment on removal of SIP FIFOs. git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4496 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
		@@ -323,6 +323,8 @@ bool SIPEngine::Register( Method wMethod )
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	osip_message_free(reg);
 | 
						osip_message_free(reg);
 | 
				
			||||||
	osip_message_free(msg);
 | 
						osip_message_free(msg);
 | 
				
			||||||
 | 
						// We remove the call FIFO here because there
 | 
				
			||||||
 | 
						// is no transaction entry associated with the REGISTER.
 | 
				
			||||||
	gSIPInterface.removeCall(mCallID);	
 | 
						gSIPInterface.removeCall(mCallID);	
 | 
				
			||||||
	return success;
 | 
						return success;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user