1
0
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:
david hill
2016-05-26 15:52:41 -05:00
parent fbb2b64d5c
commit 873111ce3f
2 changed files with 3 additions and 3 deletions

View File

@ -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);