SAT>IP Server: rtsp/options - handle also '*' url
This commit is contained in:
parent
2518d4f821
commit
c7a87457cf
1 changed files with 1 additions and 1 deletions
|
@ -1083,7 +1083,7 @@ rtsp_process_options(http_connection_t *hc)
|
|||
session_t *rs;
|
||||
int found;
|
||||
|
||||
if ((u = rtsp_check_urlbase(u)) == NULL)
|
||||
if (strcmp(u, "*") != 0 && (u = rtsp_check_urlbase(u)) == NULL)
|
||||
goto error;
|
||||
|
||||
if (hc->hc_session) {
|
||||
|
|
Loading…
Add table
Reference in a new issue