Changeset 687

Show
Ignore:
Timestamp:
06/21/06 22:48:51 (3 years ago)
Author:
jajcus
Message:

- hopefully fixed problem with the second login to GG

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/sessions.c

    r680 r687  
    966966        } 
    967967 
    968         if (s->connected) session_send_status(s); 
    969         else return session_try_login(s); 
     968        if (!s->ggs) return session_try_login(s); 
    970969 
    971970        return 0;