* update room chat to the new protocol. This needs a couple more tweaks but I'm...
[citadel.git] / webcit / context_loop.c
index 66261da1d0517334e8149147dacf73c98cc0ee7b..34233ef417f13adc96e0e930aef6da788823f0ae 100644 (file)
@@ -187,7 +187,6 @@ wcsession *CreateSession(int Lockable, int Static, wcsession **wclist, ParsedHtt
        TheSession->Hdr = Hdr;
        TheSession->SessionKey = Hdr->HR.SessionKey;
        TheSession->serv_sock = (-1);
-       TheSession->chat_sock = (-1);
        TheSession->is_mobile = -1;
 
        pthread_setspecific(MyConKey, (void *)TheSession);