[Freeswitch-svn] [commit] r11195 - freeswitch/trunk/src/mod/applications/mod_limit

FreeSWITCH SVN mrene at freeswitch.org
Wed Jan 14 08:28:30 PST 2009


Author: mrene
Date: Wed Jan 14 10:28:30 2009
New Revision: 11195

Log:
multi-line
testing



Modified:
   freeswitch/trunk/src/mod/applications/mod_limit/mod_limit.c

Modified: freeswitch/trunk/src/mod/applications/mod_limit/mod_limit.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_limit/mod_limit.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_limit/mod_limit.c	Wed Jan 14 10:28:30 2009
@@ -64,7 +64,7 @@
 };
 typedef struct limit_hash_item limit_hash_item_t;
 
-
+ 
 static char limit_sql[] =
 	"CREATE TABLE limit_data (\n"
 	"   hostname   VARCHAR(255),\n" "   realm      VARCHAR(255),\n" "   id         VARCHAR(255),\n" "   uuid       VARCHAR(255)\n" ");\n";



More information about the Freeswitch-svn mailing list