Whomping SECURITY_CLIENT_BRANCH onto tip.

This commit is contained in:
javi%netscape.com 2000-06-19 23:05:49 +00:00
Родитель 6156d432ab
Коммит 066d8f24d8
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -496,6 +496,8 @@ CMT_DestroyDataConnection(PCMT_CONTROL control, CMTSocket sock)
PCMT_DATA ptr, pptr = NULL;
int rv=CMTSuccess;
if (!control) return rv;
control->sockFuncs.close(sock);
for (ptr = control->cmtDataConnections; ptr != NULL;
pptr = ptr, ptr = ptr->next) {