Clone() didn't copy the registration_time.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13495 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -65,5 +65,6 @@ RosterAppInfo::Clone() const
|
|||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
clone->Init(thread, team, port, flags, &ref, signature);
|
clone->Init(thread, team, port, flags, &ref, signature);
|
||||||
|
clone->registration_time = registration_time;
|
||||||
return clone;
|
return clone;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user