From: Zdeněk Šustr Date: Thu, 23 Feb 2012 13:39:00 +0000 (+0000) Subject: Forgotten condition. X-Git-Tag: gridsite-core_R_1_7_17~40 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=799420089254c627392fd0dabeb9f1010290c6d3;p=jra1mw.git Forgotten condition. --- diff --git a/org.glite.lb.server/src/lb_proto.c b/org.glite.lb.server/src/lb_proto.c index d53659a..4ceccc1 100644 --- 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;