compile out example plugin in a release build

This commit is contained in:
andrey 2012-09-26 17:13:46 +02:00
parent 263b37bee1
commit da96aa848f
3 changed files with 5 additions and 3 deletions

View file

@ -558,7 +558,7 @@ mysqlnd_sha256_get_rsa_key(MYSQLND_CONN_DATA * conn,
}
php_stream_free(stream, PHP_STREAM_FREE_CLOSE);
}
DBG_RETURN(ret)
DBG_RETURN(ret);
}
/* }}} */