[OpenSIPS-Devel] [OpenSIPS/opensips] 86f7a4: sipcapture: fix overlapping function name

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


  Branch: refs/heads/3.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 86f7a4561759bee4fbb018cb3a69b4e8e8cf6892
      https://github.com/OpenSIPS/opensips/commit/86f7a4561759bee4fbb018cb3a69b4e8e8cf6892
  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

(cherry picked from commit 7ba72d434aee3db949c351a46970122f41a7c50a)





More information about the Devel mailing list