[svn-commits] branch oej/test-this-branch r28481 - /team/oej/test-this-branch/res/res_agi.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri May 19 00:26:18 MST 2006


Author: oej
Date: Fri May 19 02:26:18 2006
New Revision: 28481

URL: http://svn.digium.com/view/asterisk?rev=28481&view=rev
Log:
Fixing res_agi due to changes in the AMI_SSL patch... 

Modified:
    team/oej/test-this-branch/res/res_agi.c

Modified: team/oej/test-this-branch/res/res_agi.c
URL: http://svn.digium.com/view/asterisk/team/oej/test-this-branch/res/res_agi.c?rev=28481&r1=28480&r2=28481&view=diff
==============================================================================
--- team/oej/test-this-branch/res/res_agi.c (original)
+++ team/oej/test-this-branch/res/res_agi.c Fri May 19 02:26:18 2006
@@ -117,7 +117,7 @@
 	} else {
 		if (agidebug)
 			ast_verbose("AGI Tx >> %s", stuff);
-		ast_carefulwrite(fd, stuff, strlen(stuff), 100);
+		ast_carefulwrite(fd, stuff, strlen(stuff), 100, NULL);
 		free(stuff);
 	}
 }



More information about the svn-commits mailing list