X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcontext_loop.c;h=34233ef417f13adc96e0e930aef6da788823f0ae;hb=8ce55d0a3cc3011b8e8bb08106f6a067f68d9df9;hp=66261da1d0517334e8149147dacf73c98cc0ee7b;hpb=f5eaf23b3ef68375c89ac37d3c3cf060ef8d5238;p=citadel.git diff --git a/webcit/context_loop.c b/webcit/context_loop.c index 66261da1d..34233ef41 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -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);