This commit is contained in:
dougt%netscape.com 2000-05-17 22:59:40 +00:00
Родитель daadb1e059
Коммит 68cac0b082
4 изменённых файлов: 2 добавлений и 2 удалений

Двоичные данные
security/nss/macbuild/NSS.mcp

Двоичный файл не отображается.

Двоичные данные
security/psm/macbuild/PersonalSecurityMgr.mcp

Двоичный файл не отображается.

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

@ -1047,7 +1047,7 @@ http_handle_request(void *arg)
/* Find the target object, if one has been explicitly specified. */
http_find_target(req);
#ifdef XP_MAC
#if 0 // XP_MAC
/* Test pattern for now. */
rv = SSM_HTTPSendUTF8String(req, "Hi, I got all of your request.\r\n");
rv = SSM_HTTPSendUTF8String(req, req->rawreqbuf);

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

@ -372,7 +372,7 @@ void SSM_Debug(SSMResource *conn, char *msg)
void SSM_DebugP(char *fmt, ...)
{
#if defined(DEBUG) && !defined(XP_MAC)
#if defined(DEBUG)
char *tmp = NULL, *tmp2 = NULL;
char *timeStamp = NULL;
PRFileDesc *sock = NULL;