<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: e3eec389b0cabd2e89f4d306c86ca1d27b1100e0 (commit)
from: 94b680fb45b3fda90bc6652e3f588539fa783192 (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments:
missed a spot
<span style="color: #000080; font-weight: bold">diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c</span>
<span style="color: #000080; font-weight: bold">index 548d8fc..a1dd740 100644</span>
<span style="color: #A00000">--- a/src/mod/applications/mod_conference/mod_conference.c</span>
<span style="color: #00A000">+++ b/src/mod/applications/mod_conference/mod_conference.c</span>
<span style="color: #800080; font-weight: bold">@@ -1674,7 +1674,7 @@ static void conference_loop_fn_energy_dn(conference_member_t *member, caller_con</span>
                return;
        lock_member(member);
<span style="color: #A00000">-        member->energy_level -= 100;</span>
<span style="color: #00A000">+        member->energy_level -= 200;</span>
        if (member->energy_level < 0) {
                member->energy_level = 0;
        }
</pre></div>
========================================================================<pre>
Summary of changes:
.../applications/mod_conference/mod_conference.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>