git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7a434c
)
better comments
author
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 9 Aug 2005 17:38:00 +0000
(17:38 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 9 Aug 2005 17:38:00 +0000
(17:38 +0000)
org.glite.lb.server/src/request.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/request.c
b/org.glite.lb.server/src/request.c
index
3ad753b
..
5546921
100644
(file)
--- a/
org.glite.lb.server/src/request.c
+++ b/
org.glite.lb.server/src/request.c
@@
-16,7
+16,6
@@
#define UNUSED_VAR
#endif
-/* XXX: is it OK to assume buf always contains the whole message? */
int
handle_request(edg_wll_Context ctx,char *buf)
{
@@
-25,7
+24,7
@@
handle_request(edg_wll_Context ctx,char *buf)
edg_wll_ResetError(ctx);
-/* XXX: d
etect interlogger <= 1.1.1
*/
+/* XXX: d
iscard legacy header
*/
ret = sscanf(buf,"%d %999s\n%d",&x,y,&x);
if (ret == 3) {
start = strchr(buf,'\n');