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:
4ff8272
)
Forgotten condition.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 23 Feb 2012 13:39:00 +0000
(13:39 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 23 Feb 2012 13:39:00 +0000
(13:39 +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
d53659a
..
4ceccc1
100644
(file)
--- a/
org.glite.lb.server/src/lb_proto.c
+++ b/
org.glite.lb.server/src/lb_proto.c
@@
-753,6
+753,7
@@
edg_wll_ErrorCode edg_wll_Proto(edg_wll_Context ctx,
&& strcmp(requestMeat, "/NOTIF")
&& strcmp(requestMeat, "/NOTIF:")
&& strcmp(requestMeat, "/favicon.ico")
+ && extra_opt == HTTP_EXTRA_OPTION_NONE
) {
edg_wlc_JobId jobId = NULL;
char *pom1,*fullid = NULL;