You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
change rsa key checkin
This commit is contained in:
@ -4657,7 +4657,7 @@ namespace oam
|
||||
{
|
||||
buf = line;
|
||||
|
||||
string::size_type pos = buf.find("Offending RSA key",0);
|
||||
string::size_type pos = buf.find("Offending",0);
|
||||
if (pos != string::npos) {
|
||||
// line ID
|
||||
pos = buf.find(":",0);
|
||||
|
Reference in New Issue
Block a user