summaryrefslogtreecommitdiff
path: root/src/bin/mydbgen
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-10-01 21:01:49 -0400
committerAdam <Adam@anope.org>2010-10-01 21:01:49 -0400
commitd44f7971b129aa7ba80999f16f17b8c7499686e1 (patch)
treea86d08c3e641ed6b499b53b3bbb74e2a7f5b0dfb /src/bin/mydbgen
parent70056dd4689eeab4f7a9b31a921e0d7e40d5ed0d (diff)
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.
Diffstat (limited to 'src/bin/mydbgen')
-rwxr-xr-xsrc/bin/mydbgen1
1 files changed, 0 insertions, 1 deletions
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