From 2c719b5b6a5c9ea0d36d2f58f0a29f7a83b2645e Mon Sep 17 00:00:00 2001 From: Xuefer Date: Mon, 9 Sep 2013 11:39:08 +0000 Subject: [PATCH] ws fix git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1365 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- xcache/xc_lock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xcache/xc_lock.c b/xcache/xc_lock.c index f72440d..3edfcc5 100644 --- a/xcache/xc_lock.c +++ b/xcache/xc_lock.c @@ -151,7 +151,6 @@ static zend_bool xc_fcntl_init(xc_fcntl_lock_t *lck, const char *pathname) /* {{ fd = open(pathname, O_RDWR|O_CREAT, 0666); if (fd != INVALID_HANDLE_VALUE) { - lck->fd = fd; #ifdef __CYGWIN__ size = strlen(pathname) + 1;