Browse Source

Adapt regex for deletion.

git.mgm/mediaproxy-ng/2.0
Andreas Granig 14 years ago
parent
commit
d8e382fe44
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/control_udp.c

+ 1
- 1
daemon/control_udp.c View File

@ -203,7 +203,7 @@ struct control_udp *control_udp_new(struct poller *p, struct in6_addr ip, u_int1
"^(\\S+)\\s+(?:([ul])(\\S*)\\s+([^;]+)(?:;(\\S+))?\\s+" \
"(?:([\\d.]+)|([\\da-f:]+(?::ffff:[\\d.]+)?))" \
"\\s+(\\d+)\\s+(\\S+?);(\\d+)(?:\\s+(\\S+?);\\d+(?:\\s+.*)?)?\r?\n?$" \
"|(d)(\\S*)\\s+([^;]+)(?:;(\\S+))?" \
"|(d)(\\S*)\\s+([^;\\s]+)(?:;(\\S+))?\\s+" \
"|(v)(\\S*)(?:\\s+(\\S+))?)",
PCRE_DOLLAR_ENDONLY | PCRE_DOTALL | PCRE_CASELESS, &errptr, &erroff, NULL);
c->parse_ree = pcre_study(c->parse_re, 0, &errptr);


Loading…
Cancel
Save