ws fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1365 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.1
parent
ca6276ae08
commit
2c719b5b6a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue