Date: 06/29/98
- Next message: Kenneth E. Hapeman: "[PHP-DEV] Re: Bug #491 Updated: Can't get rid of file system error message when file doesn't exist"
- Previous message: Bug Database: "[PHP-DEV] Bug #491 Updated: Can't get rid of file system error message when file doesn't exist"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Monday June 29, 1998 @ 13:54
Author: shane
Update of /repository/php3/win32
In directory asf:/tmp/cvs-serv7882
Modified Files:
sendmail.c
Log Message:
remove unnecessary code
Index: php3/win32/sendmail.c
diff -c php3/win32/sendmail.c:1.19 php3/win32/sendmail.c:1.20
*** php3/win32/sendmail.c:1.19 Fri May 22 18:59:07 1998
--- php3/win32/sendmail.c Mon Jun 29 13:54:31 1998
***************
*** 380,388 ****
return (FAILED_TO_GET_HOSTNAME);
// Resolve the servers IP
! GLOBAL(adr) = gethostbyname(GLOBAL(MailHost));
! if (!GLOBAL(adr))
! return (FAILED_TO_RESOLVE_HOST);
// Connect to server
GLOBAL(sock_in).sin_family = AF_INET;
--- 380,389 ----
return (FAILED_TO_GET_HOSTNAME);
// Resolve the servers IP
! //if (!isdigit(GLOBAL(MailHost)[0])||!gethostbyname(GLOBAL(MailHost)))
! //{
! // return (FAILED_TO_RESOLVE_HOST);
! //}
// Connect to server
GLOBAL(sock_in).sin_family = AF_INET;
- Next message: Kenneth E. Hapeman: "[PHP-DEV] Re: Bug #491 Updated: Can't get rid of file system error message when file doesn't exist"
- Previous message: Bug Database: "[PHP-DEV] Bug #491 Updated: Can't get rid of file system error message when file doesn't exist"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

