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:
parent
4852c3cd50
commit
0dbfed5b0c
@ -65,5 +65,6 @@ RosterAppInfo::Clone() const
|
||||
return NULL;
|
||||
|
||||
clone->Init(thread, team, port, flags, &ref, signature);
|
||||
clone->registration_time = registration_time;
|
||||
return clone;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user