diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-03-11 07:58:52 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-03-11 07:58:52 +0000 |
commit | 3573a92c1aa80f20df1400447146be7b388b06a8 (patch) | |
tree | a71447bcf8bb7f8e481c67229caedd8275b69d90 | |
parent | 99ddd9e453fefea2e062d968961cd490c1920eb9 (diff) | |
download | php-git-3573a92c1aa80f20df1400447146be7b388b06a8.tar.gz |
Fix warning, hope this is okay.
-rw-r--r-- | sapi/cgi/libfcgi/os_win32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/cgi/libfcgi/os_win32.c b/sapi/cgi/libfcgi/os_win32.c index b44b9fab73..b2ac41d77e 100644 --- a/sapi/cgi/libfcgi/os_win32.c +++ b/sapi/cgi/libfcgi/os_win32.c @@ -1891,7 +1891,6 @@ int OS_IsFcgi(int sock) void OS_SetFlags(int fd, int flags) { unsigned long pLong = 1L; - int err; if (fdTable[fd].type == FD_SOCKET_SYNC && flags == O_NONBLOCK) { if (ioctlsocket(fdTable[fd].fid.sock, FIONBIO, &pLong) == |