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:
Michael Lotz 2009-02-01 23:25:41 +00:00
parent d0eaec3086
commit 779bacf0fe

View File

@ -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)