summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2005-07-06 15:54:02 -0700
committerunknown <brian@zim.(none)>2005-07-06 15:54:02 -0700
commite2aa2abd725ea04c2809374e1125d3309b94b88e (patch)
tree301af7212c6f202bd10d98c18b903dda809deb85
parent5842bccf6d3655b2388674ee1133583441dfe5ea (diff)
downloadmariadb-git-e2aa2abd725ea04c2809374e1125d3309b94b88e.tar.gz
Typo for debug code. Bug #11705
vio/viossl.c: Typo for dbug code BitKeeper/etc/config: turned off openlogging
-rw-r--r--BitKeeper/etc/config2
-rw-r--r--vio/viossl.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/BitKeeper/etc/config b/BitKeeper/etc/config
index c609fcdbd49..6ddd492ebc4 100644
--- a/BitKeeper/etc/config
+++ b/BitKeeper/etc/config
@@ -24,7 +24,7 @@ description: MySQL - fast and reliable SQL database
# repository is commercial it can be an internal email address or "none"
# to disable logging.
#
-logging: logging@openlogging.org
+logging: none
#
# If this field is set, all checkins will appear to be made by this user,
# in effect making this a single user package. Single user packages are
diff --git a/vio/viossl.c b/vio/viossl.c
index 043d23f0238..2f608209a53 100644
--- a/vio/viossl.c
+++ b/vio/viossl.c
@@ -315,7 +315,7 @@ int sslaccept(struct st_VioSSLAcceptorFd* ptr, Vio* vio, long timeout)
vio_blocking(vio, net_blocking, &unused);
DBUG_RETURN(1);
}
-#ifndef DBUF_OFF
+#ifndef DBUG_OFF
DBUG_PRINT("info",("SSL_get_cipher_name() = '%s'"
,SSL_get_cipher_name((SSL*) vio->ssl_arg)));
client_cert = SSL_get_peer_certificate ((SSL*) vio->ssl_arg);