]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk-freetds.patch
- 1.2.6
[packages/asterisk.git] / asterisk-freetds.patch
1 diff -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.15907 seconds and 3 git commands to generate.