Fixed compiler warning
SVN revision: 2004
This commit is contained in:
+1
-2
@@ -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:
|
||||||
|
|
||||||
|
|||||||
@@ -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)))
|
||||||
|
|||||||
Reference in New Issue
Block a user