RSS: literal is not standalone
authorZdeněk Šustr <sustr4@cesnet.cz>
Thu, 30 Aug 2012 13:21:16 +0000 (13:21 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Thu, 30 Aug 2012 13:21:16 +0000 (13:21 +0000)
org.glite.lb.server/src/lb_proto.c

index 60e731c..12e3c55 100644 (file)
@@ -951,7 +951,7 @@ edg_wll_ErrorCode edg_wll_Proto(edg_wll_Context ctx,
                } 
 
        /* GET /[jobId]: Job Status */
-               else if (strcmp(requestMeat, "/RSS:")
+               else if (strncmp(requestMeat, "/RSS:", 5)
                        && strcmp(requestMeat, "/NOTIF")
                        && strncmp(requestMeat, "/NOTIF:", 7)
                        && strncmp(requestMeat, "/VMHOST:", 8)