mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
Correction.
This commit is contained in:
parent
fdd2998629
commit
fcaeb05db1
@ -335,7 +335,7 @@ static void setAttr(IStatus* status, Auth::UserData* u)
|
||||
setAttr(attr, "Uid", &u->u);
|
||||
setAttr(attr, "Gid", &u->g);
|
||||
u->attributes()->set(status, attr.c_str());
|
||||
if (status->getStatus() && IStatus::FB_HAS_ERRORS)
|
||||
if (status->getStatus() & IStatus::FB_HAS_ERRORS)
|
||||
return;
|
||||
u->attributes()->setEntered(status, attr.hasData());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user