This was most probably a typo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29122 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d0eaec3086
commit
779bacf0fe
@ -376,7 +376,7 @@ TRoster::HandleIsAppRegistered(BMessage *request)
|
||||
|
||||
// check the parameters
|
||||
// entry_ref
|
||||
if (error == B_OK & !BEntry(&ref).Exists())
|
||||
if (error == B_OK && !BEntry(&ref).Exists())
|
||||
SET_ERROR(error, B_ENTRY_NOT_FOUND);
|
||||
// team/token
|
||||
if (error == B_OK && team < 0 && token == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user