Merge branch '2.4.0' into 2.4

This commit is contained in:
Esa Korhonen
2019-06-28 17:47:55 +03:00
24 changed files with 305 additions and 830 deletions

View File

@ -112,7 +112,7 @@ PamClientSession* PamClientSession::create(const PamInstance& inst)
}
PamClientSession* rval = NULL;
if (!error && ((rval = new(std::nothrow) PamClientSession(dbhandle, inst)) == NULL))
if (!error && ((rval = new (std::nothrow) PamClientSession(dbhandle, inst)) == NULL))
{
error = true;
}