From d44f7971b129aa7ba80999f16f17b8c7499686e1 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 1 Oct 2010 21:01:49 -0400 Subject: Rewrote some of the socket code to allow m_ssl to be a service. This allows modules (xmlrpc) to create and accept SSL connections. Also fixed unloading m_mysql at certain times and made the threading engine always work correctly on Windows. --- src/bin/mydbgen | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/mydbgen b/src/bin/mydbgen index f5663ab61..7e3d1929b 100755 --- a/src/bin/mydbgen +++ b/src/bin/mydbgen @@ -147,7 +147,6 @@ if test "x$FAILED" = "x" ; then echo " username = \"$SQLUSER\"" echo " password = \"$SQLPASS\"" echo " port = \"$SQLPORT\"" - echo " updatedelay = \"60\"" echo "}" echo "" else -- cgit