Merge branch '2.4.0' into 2.4
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user