]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- fix to compile with freetds >= 0.63
authorhawk <hawk@pld-linux.org>
Thu, 28 Apr 2005 08:37:27 +0000 (08:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk-freetds.patch -> 1.1

asterisk-freetds.patch [new file with mode: 0644]

diff --git a/asterisk-freetds.patch b/asterisk-freetds.patch
new file mode 100644 (file)
index 0000000..860b825
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur asterisk-1.0.7.orig/cdr/cdr_tds.c asterisk-1.0.7/cdr/cdr_tds.c
+--- asterisk-1.0.7.orig/cdr/cdr_tds.c  2005-02-21 05:44:26.000000000 +0100
++++ asterisk-1.0.7/cdr/cdr_tds.c       2005-04-28 10:20:04.000000000 +0200
+@@ -412,7 +412,7 @@
+ static int mssql_connect(void)
+ {
+-      TDSCONNECTINFO *connection = NULL;
++      TDSCONNECTION *connection = NULL;
+       char query[128];
+       /* Connect to M$SQL Server */
This page took 0.087314 seconds and 4 git commands to generate.