[OpenSIPS-Devel] [OpenSIPS/opensips] 7ba72d: sipcapture: fix overlapping function name

Răzvan Crainea noreply at github.com
Tue Sep 29 15:12:55 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7ba72d434aee3db949c351a46970122f41a7c50a
      https://github.com/OpenSIPS/opensips/commit/7ba72d434aee3db949c351a46970122f41a7c50a
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M modules/sipcapture/sipcapture.c
    M net/trans_trace.c

  Log Message:
  -----------
  sipcapture: fix overlapping function name

the build_dummy_msg() function being used without the static identifier
causes confusion for some compilers. An example is the AL2 compiler,
which instead of using the module's implementation, it uses the core's
one, hence resulting in broken behavior.

Credit goes to @ghmj2417 (GitHub) for reporting this in ticket #2255
Close #2255





More information about the Devel mailing list