fix OPTIONS

This commit is contained in:
Jehan Monnier 2013-02-15 12:09:59 +01:00
parent f6f2381a09
commit 62cc1e417b
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ static void process_request_event(void *sal, const belle_sip_request_event_t *ev
op->dir=SalOpDirIncoming;
sal_op_message_fill_cbs(op);
} else if (strcmp("OPTION",belle_sip_request_get_method(req))==0) {
} else if (strcmp("OPTIONS",belle_sip_request_get_method(req))==0) {
resp=belle_sip_response_create_from_request(req,200);
belle_sip_provider_send_response(((Sal*)sal)->prov,resp);
return;

@ -1 +1 @@
Subproject commit eeaab2239d6545f18d5219b62adda8d1dda3b104
Subproject commit a964bf24c47febe55276a8b5ef3e323503c08668