Commit e2aa2abd authored by unknown's avatar unknown
Browse files

Typo for debug code. Bug #11705


vio/viossl.c:
  Typo for dbug code
BitKeeper/etc/config:
  turned off openlogging
parent 5842bccf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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);