Fixed compiler warning

SVN revision: 2004
This commit is contained in:
2008-01-22 08:39:54 +00:00
parent 725962f184
commit 35cc4b0841
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ On PC6562:
- Do a "make loc" - Do a "make loc"
- Translate new strings in eloglang.german - Translate new strings in eloglang.german
- c:\elog> svn ci -m "Release x.x.x-y" - c:\elog> svn ci -m "Release x.x.x-y"
- Create Tag from c:\elog to file:///y:/svn/elog/tags/version_x.x.x - open VS 2005 command window, build xxx-1 in c:\elog
- open VS 2005 command window, build xxx-1
On PC5082: On PC5082:
+2
View File
@@ -25621,6 +25621,7 @@ int process_http_request(const char *request, int i_conn)
/* initialize parametr array */ /* initialize parametr array */
initparam(); initparam();
content_length = 0;
/* extract cookies */ /* extract cookies */
if ((p = strstr(request, "Cookie:")) != NULL) { if ((p = strstr(request, "Cookie:")) != NULL) {
@@ -26322,6 +26323,7 @@ void server_loop(void)
net_buffer = xmalloc(net_buffer_size); net_buffer = xmalloc(net_buffer_size);
return_buffer_size = 100000; return_buffer_size = 100000;
return_buffer = xmalloc(return_buffer_size); return_buffer = xmalloc(return_buffer_size);
pend = NULL;
/* determine logging level */ /* determine logging level */
if (getcfg(NULL, "Logging Level", str, sizeof(str))) if (getcfg(NULL, "Logging Level", str, sizeof(str)))