ext/utils/outbound_utils.c in oversip-1.2.1 vs ext/utils/outbound_utils.c in oversip-1.3.0.dev1

- old
+ new

@@ -23,10 +23,10 @@ #line 43 "outbound_utils.rl" /** exec **/ /* - * Expects a string like "1.2.3.4_5060" or "_1af:43::ab_9090" (no "_" at the beginning). + * Expects a string like "1.2.3.4_5060" or "1af:43::ab_9090" (no "_" at the beginning). */ struct_outbound_udp_flow_token outbound_udp_flow_token_parser_execute(const char *str, size_t len) { int cs = 0; const char *p, *pe;