[Freeswitch-svn] [commit] r10517 - freeswitch/trunk/src/mod/endpoints/mod_sofia

FreeSWITCH SVN mikej at freeswitch.org
Sat Nov 22 05:34:47 PST 2008


Author: mikej
Date: Sat Nov 22 08:34:46 2008
New Revision: 10517

Log:
typo, thanks fugazi

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c	Sat Nov 22 08:34:46 2008
@@ -1,4 +1,4 @@
-/* 
+g/* 
  * FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
  * Copyright (C) 2005/2006, Anthony Minessale II <anthmct at yahoo.com>
  *
@@ -2820,7 +2820,7 @@
 		"   server_user     VARCHAR(255),\n"
 		"   server_host     VARCHAR(255),\n" 
 		"   profile_name    VARCHAR(255),\n" 
-		"   hostname        VARCHAR(255),\n" 
+		"   hostname        VARCHAR(255)\n" 
 		");\n";
 
 



More information about the Freeswitch-svn mailing list