[asterisk-commits] jpeeler: trunk r147146 - /trunk/main/features.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 7 11:04:45 CDT 2008
Author: jpeeler
Date: Tue Oct 7 11:04:45 2008
New Revision: 147146
URL: http://svn.digium.com/view/asterisk?view=rev&rev=147146
Log:
Explicitly setting these fields to NULL was done because I wasn't sure if they would be NULL otherwise. Since they will be set automatically, removing.
Modified:
trunk/main/features.c
Modified: trunk/main/features.c
URL: http://svn.digium.com/view/asterisk/trunk/main/features.c?view=diff&rev=147146&r1=147145&r2=147146
==============================================================================
--- trunk/main/features.c (original)
+++ trunk/main/features.c Tue Oct 7 11:04:45 2008
@@ -2797,9 +2797,6 @@
if (!res) {
struct ast_park_call_args args = {
.orig_chan_name = orig_chan_name,
- .extout = NULL,
- .return_con = NULL,
- .return_ext = NULL,
};
struct ast_flags flags = { 0 };
More information about the asterisk-commits
mailing list