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:
95a9d2f
)
RSS: literal is not standalone
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 30 Aug 2012 13:21:16 +0000
(13:21 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 30 Aug 2012 13:21:16 +0000
(13:21 +0000)
org.glite.lb.server/src/lb_proto.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/lb_proto.c
b/org.glite.lb.server/src/lb_proto.c
index
60e731c
..
12e3c55
100644
(file)
--- a/
org.glite.lb.server/src/lb_proto.c
+++ b/
org.glite.lb.server/src/lb_proto.c
@@
-951,7
+951,7
@@
edg_wll_ErrorCode edg_wll_Proto(edg_wll_Context ctx,
}
/* GET /[jobId]: Job Status */
- else if (str
cmp(requestMeat, "/RSS:"
)
+ else if (str
ncmp(requestMeat, "/RSS:", 5
)
&& strcmp(requestMeat, "/NOTIF")
&& strncmp(requestMeat, "/NOTIF:", 7)
&& strncmp(requestMeat, "/VMHOST:", 8)