Browse Source

fix RE regression

git.mgm/mediaproxy-ng/2.1
Richard Fuchs 13 years ago
parent
commit
6755ce3e49
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/control_udp.c

+ 1
- 1
daemon/control_udp.c View File

@ -240,7 +240,7 @@ struct control_udp *control_udp_new(struct poller *p, struct in6_addr ip, u_int1
/* port fromtag num totag:11 */
"\\s+(\\d+)\\s+(\\S+?);(\\d+)(?:\\s+(\\S+?);\\d+(?:\\s+.*)?)?\r?\n?$" \
/* "d/q" flags callid viabranch fromtag totag:17 */
"|([dq])(\\S*)\\s+([^;\\s]+)(?:;(\\S+))?\\s+(\\S+?)(?:;\\d+)?(?:\\s+(\\S+?);\\d+)?\r?\n?$" \
"|([dq])(\\S*)\\s+([^;\\s]+)(?:;(\\S+))?\\s+(\\S+?)(?:;\\d+)?(?:\\s+(\\S+?)(?:;\\d+)?)?\r?\n?$" \
/* v flags params:20 */
"|(v)(\\S*)(?:\\s+(\\S+))?)",
PCRE_DOLLAR_ENDONLY | PCRE_DOTALL | PCRE_CASELESS, &errptr, &erroff, NULL);


Loading…
Cancel
Save