From 4ac98a4163b34f4b3b60a98461ebcd27fe1ee8be Mon Sep 17 00:00:00 2001 From: Xuefer Date: Fri, 28 Dec 2007 12:10:37 +0000 Subject: [PATCH] typo issue git-svn-id: svn://svn.lighttpd.net/xcache/trunk@488 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- xcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcache.c b/xcache.c index b32e012..239216d 100644 --- a/xcache.c +++ b/xcache.c @@ -903,7 +903,7 @@ static int xc_entry_init_key_php_md5(xc_entry_data_php_t *php, xc_entry_t *xce T PHP_MD5Final((unsigned char *) php->md5, &context); php_stream_close(stream); - if (EG(regular_list).nNextFreeElement = old_rsid + 1) { + if (EG(regular_list).nNextFreeElement == old_rsid + 1) { EG(regular_list).nNextFreeElement = old_rsid; }