<h1>Project "FreeSWITCH Source" received a push.</h1>

<h2>branch: master updated</h2>
<pre>
       via: fe152626db1bd4f23b3ba49fdac2325b5987e13d (commit)
      from: 1b52a79569f9c0f453af968c8749e89ea7156857 (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments: 
stop suggesting -waste because its really the bad choice to make

<span style="color: #000080; font-weight: bold">diff --git a/src/switch.c b/src/switch.c</span>
<span style="color: #000080; font-weight: bold">index b3112cb..33e7fb6 100644</span>
<span style="color: #A00000">--- a/src/switch.c</span>
<span style="color: #00A000">+++ b/src/switch.c</span>
<span style="color: #800080; font-weight: bold">@@ -780,7 +780,7 @@ int main(int argc, char *argv[])</span>
                         int i = 0;
 
                         fprintf(stderr, &quot;Error: stacksize %d is too large: run ulimit -s %d from your shell before starting the application.\nauto-adjusting stack size for optimal performance...\n&quot;,
<span style="color: #A00000">-                                        (int) (rlp.rlim_max / 1024), SWITCH_THREAD_STACKSIZE / 1024, local_argv[0]);</span>
<span style="color: #00A000">+                                        (int) (rlp.rlim_max / 1024), SWITCH_THREAD_STACKSIZE / 1024);</span>
                         
                         memset(&amp;rlp, 0, sizeof(rlp));
                         rlp.rlim_cur = SWITCH_THREAD_STACKSIZE;
</pre></div>
========================================================================<pre>

Summary of changes:
 src/switch.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>