[asterisk-commits] mmichelson: branch mmichelson/outbound_auth r383213 - /team/mmichelson/outbou...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Mar 15 09:11:36 CDT 2013


Author: mmichelson
Date: Fri Mar 15 09:11:33 2013
New Revision: 383213

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=383213
Log:
Remove stuff that merged cleanly but really didn't need to be there anymore.


Modified:
    team/mmichelson/outbound_auth/channels/chan_gulp.c

Modified: team/mmichelson/outbound_auth/channels/chan_gulp.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/outbound_auth/channels/chan_gulp.c?view=diff&rev=383213&r1=383212&r2=383213
==============================================================================
--- team/mmichelson/outbound_auth/channels/chan_gulp.c (original)
+++ team/mmichelson/outbound_auth/channels/chan_gulp.c Fri Mar 15 09:11:33 2013
@@ -834,9 +834,6 @@
 	}
 
 	AST_NONSTANDARD_APP_ARGS(args, tmp, '/');
-	endpoint->sip_outbound_auths = ast_calloc(1, sizeof(char *));
-	endpoint->sip_outbound_auths[0] = ast_strdup("bob-auth");
-	endpoint->num_outbound_auths = 1;
 
 	/* If a request user has been specified extract it from the endpoint name portion */
 	if ((endpoint_name = strchr(args.endpoint, '@'))) {




More information about the asterisk-commits mailing list