Skip to content

Commit

Permalink
Check
Browse files Browse the repository at this point in the history
  • Loading branch information
stefkosdev committed Dec 10, 2021
1 parent 2bb5fff commit b6cc864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/system/user/user.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ int UserRemoveSession( User *usr, void *ls )
int retVal = -1;
int del = 5;
UserSession *remses = (UserSession *)ls;
if( usr == NULL || ls == NULL || remses->us_User == NULL )
if( usr == NULL || ls == NULL )//|| remses->us_User == NULL )
{
FERROR("Cannot remove user session, its not connected to user\n");
return -1;
Expand Down

0 comments on commit b6cc864

Please sign in to comment.