> +                     return -1;
> +             }
> +     }
> +
> +     if (errvar) {
> +             if (read_and_write2var(msg, &perr, errvar) < 0) {
> +                     LM_ERR("failed reading stderr from pipe\n");
> +                     return -1;
> +             }
> +     }
> +
> +     ret=1;
> +
> +error:
> +     if (outvar && ferror(pout)) {
> +             LM_ERR("reading pipe: %s\n", strerror(errno));

`+ stdout`

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/375/files#r19525424
_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to