[asterisk-commits] dlee: branch dlee/performance r399443 - /team/dlee/performance/main/pbx.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 18 23:32:23 CDT 2013
Author: dlee
Date: Wed Sep 18 23:32:21 2013
New Revision: 399443
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=399443
Log:
Why are we publishing that snapshot?
Modified:
team/dlee/performance/main/pbx.c
Modified: team/dlee/performance/main/pbx.c
URL: http://svnview.digium.com/svn/asterisk/team/dlee/performance/main/pbx.c?view=diff&rev=399443&r1=399442&r2=399443
==============================================================================
--- team/dlee/performance/main/pbx.c (original)
+++ team/dlee/performance/main/pbx.c Wed Sep 18 23:32:21 2013
@@ -11101,10 +11101,6 @@
ast_verb(2, "Setting global variable '%s' to '%s'\n", name, value);
AST_LIST_INSERT_HEAD(headp, newvariable, entries);
ast_channel_publish_varset(chan, name, value);
-
- if (headp != &globals) {
- ast_channel_publish_snapshot(chan);
- }
}
if (chan)
More information about the asterisk-commits
mailing list