]> git.pld-linux.org Git - packages/asterisk.git/blame - asterisk-freetds.patch
- release 4 (rebuild with new pwlib/openh323)
[packages/asterisk.git] / asterisk-freetds.patch
CommitLineData
3c91c557 1diff -ur asterisk-1.0.7.orig/cdr/cdr_tds.c asterisk-1.0.7/cdr/cdr_tds.c
2--- asterisk-1.0.7.orig/cdr/cdr_tds.c 2005-02-21 05:44:26.000000000 +0100
3+++ asterisk-1.0.7/cdr/cdr_tds.c 2005-04-28 10:20:04.000000000 +0200
4@@ -412,7 +412,7 @@
5
6 static int mssql_connect(void)
7 {
8- TDSCONNECTINFO *connection = NULL;
9+ TDSCONNECTION *connection = NULL;
10 char query[128];
11
12 /* Connect to M$SQL Server */
This page took 0.087724 seconds and 4 git commands to generate.