On 01/15/10 21:07, Jan Kiszka wrote:
The missing '@' broke 'udp::<port>@:<port>' parsing.

          if (sscanf(p, "%64[^:]:%32[^@,]%n", host, port,&pos)<  2) {
              host[0] = 0;
-            if (sscanf(p, ":%32[^,]%n", port,&pos)<  1) {
+            if (sscanf(p, ":%32[^@,]%n", port,&pos)<  1) {

Indeed.

                  fprintf(stderr, "udp #1\n");

While you are at it, can you also zap this debug leftover?

thanks,
  Gerd



Reply via email to