mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
remove trailing space
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26848 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -1309,7 +1309,7 @@ static void initialize_initreq(struct sip_pvt *p, struct sip_request *req)
|
||||
* matches the sip method 'id'.
|
||||
* Strictly speaking, SIP methods are case SENSITIVE, but we do
|
||||
* a case-insensitive comparison to be more tolerant.
|
||||
* following Jon Postel's rule: Be gentle in what you accept, strict with what you send
|
||||
* following Jon Postel's rule: Be gentle in what you accept, strict with what you send
|
||||
*/
|
||||
static int method_match(enum sipmethod id, const char *name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user