r2946 - trunk/libminisip/source/sip

erik at minisip.org erik at minisip.org
Wed Nov 22 14:58:57 CET 2006


Author: erik
Date: 2006-11-22 14:58:55 +0100 (Wed, 22 Nov 2006)
New Revision: 2946

Modified:
   trunk/libminisip/source/sip/SipSoftPhoneConfiguration.cxx
Log:
 
 * Bug fix: saved wrong default value to configuration. Thanks to
   Philippe Torrelli for finding it.



Modified: trunk/libminisip/source/sip/SipSoftPhoneConfiguration.cxx
===================================================================
--- trunk/libminisip/source/sip/SipSoftPhoneConfiguration.cxx	2006-11-21 10:58:29 UTC (rev 2945)
+++ trunk/libminisip/source/sip/SipSoftPhoneConfiguration.cxx	2006-11-22 13:58:55 UTC (rev 2946)
@@ -836,8 +836,8 @@
 	be->save( "account[0]/certificate", "" );
 	be->save( "account[0]/private_key", "" );
 	be->save( "account[0]/ca_file", "" );
-	be->save( "account[0]/dh_enable", "no" );
-	be->save( "account[0]/psk_enable", "no" );
+	be->save( "account[0]/dh_enabled", "no" );
+	be->save( "account[0]/psk_enabled", "no" );
 	be->save( "account[0]/check_cert", "yes" );
 	
 	be->save( "tcp_server", "yes" );



More information about the Minisip-devel mailing list