Forgotten condition.
authorZdeněk Šustr <sustr4@cesnet.cz>
Thu, 23 Feb 2012 13:39:00 +0000 (13:39 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Thu, 23 Feb 2012 13:39:00 +0000 (13:39 +0000)
org.glite.lb.server/src/lb_proto.c

index d53659a..4ceccc1 100644 (file)
@@ -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;