#At file:///export/home/didrik/repo/trunk-bug12532830-decimal/ based on revid:jon.hauglid@stripped
3141 Tor Didriksen 2011-06-01
Bug#11762221 post-push fix: build broken unless HAVE_OPENSSL
modified:
vio/vio.c
=== modified file 'vio/vio.c'
--- a/vio/vio.c 2011-05-31 13:52:09 +0000
+++ b/vio/vio.c 2011-06-01 12:43:46 +0000
@@ -166,7 +166,7 @@ static void vio_init(Vio *vio, enum enum
*/
my_bool vio_reset(Vio* vio, enum enum_vio_type type,
- my_socket sd, void *ssl, uint flags)
+ my_socket sd, void *ssl __attribute__((unused)), uint flags)
{
int ret= FALSE;
Vio old_vio= *vio;
Attachment: [text/bzr-bundle] bzr/tor.didriksen@oracle.com-20110601124346-ay5pikeas9qu2rl0.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (tor.didriksen:3141) Bug#11762221 | Tor Didriksen | 1 Jun |