Skip to content

Commit

Permalink
ATT -> ATTR for authenticate_owner after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
vimkim committed Jul 29, 2024
1 parent 64bbf66 commit 3c048c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object/authenticate_owner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ au_change_serial_owner (MOP serial_mop, MOP owner_mop, bool by_class_owner_chang
if (!by_class_owner_change)
{
/* It can be checked as one of unique_name, class_name, and att_name. */
error = obj_get (serial_mop, SERIAL_ATTR_ATT_NAME, &value);
error = obj_get (serial_mop, SERIAL_ATTR_ATTR_NAME, &value);
if (error != NO_ERROR)
{
ASSERT_ERROR ();
Expand Down

0 comments on commit 3c048c3

Please sign in to comment.