Fixed compiler warning
SVN revision: 2004
This commit is contained in:
+1
-2
@@ -12,8 +12,7 @@ On PC6562:
|
||||
- Do a "make loc"
|
||||
- Translate new strings in eloglang.german
|
||||
- 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
|
||||
- open VS 2005 command window, build xxx-1 in c:\elog
|
||||
|
||||
On PC5082:
|
||||
|
||||
|
||||
@@ -25621,6 +25621,7 @@ int process_http_request(const char *request, int i_conn)
|
||||
|
||||
/* initialize parametr array */
|
||||
initparam();
|
||||
content_length = 0;
|
||||
|
||||
/* extract cookies */
|
||||
if ((p = strstr(request, "Cookie:")) != NULL) {
|
||||
@@ -26322,6 +26323,7 @@ void server_loop(void)
|
||||
net_buffer = xmalloc(net_buffer_size);
|
||||
return_buffer_size = 100000;
|
||||
return_buffer = xmalloc(return_buffer_size);
|
||||
pend = NULL;
|
||||
|
||||
/* determine logging level */
|
||||
if (getcfg(NULL, "Logging Level", str, sizeof(str)))
|
||||
|
||||
Reference in New Issue
Block a user