Changeset 6340

Show
Ignore:
Timestamp:
06/18/08 23:59:01 (6 months ago)
Author:
flynd
Message:

Group 0 doesn't exist so don't return that we are member of it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/user.cpp

    r6338 r6340  
    39013901{ 
    39023902  if (groupId == 0) 
    3903       return true; 
     3903      return false; 
    39043904 
    39053905  if (gtype == GROUPS_SYSTEM)