[svn-commits] oej: branch group/pine-cdr-pgsql-status-trunk r291360 - /team/group/pine-cdr-...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 13 01:20:51 CDT 2010


Author: oej
Date: Wed Oct 13 01:20:49 2010
New Revision: 291360

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=291360
Log:
Killing red spaces in an evil and very in-space way... (Can't say
inhuman, can I?) :-)

Modified:
    team/group/pine-cdr-pgsql-status-trunk/cdr/cdr_pgsql.c

Modified: team/group/pine-cdr-pgsql-status-trunk/cdr/cdr_pgsql.c
URL: http://svnview.digium.com/svn/asterisk/team/group/pine-cdr-pgsql-status-trunk/cdr/cdr_pgsql.c?view=diff&rev=291360&r1=291359&r2=291360
==============================================================================
--- team/group/pine-cdr-pgsql-status-trunk/cdr/cdr_pgsql.c (original)
+++ team/group/pine-cdr-pgsql-status-trunk/cdr/cdr_pgsql.c Wed Oct 13 01:20:49 2010
@@ -355,7 +355,7 @@
 				ast_log(LOG_ERROR, "Connection reestablished.\n");
 				connected = 1;
 				connect_time = time(NULL);
-                        	records = 0;
+				records = 0;
 			} else {
 				pgerror = PQerrorMessage(conn);
 				ast_log(LOG_ERROR, "Unable to reconnect to database server %s. Calls will not be logged!\n", pghostname);




More information about the svn-commits mailing list