From 7615c6c80e2268a821b1fc9b153e138700ff6a67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Filipovi=C4=8D?= Date: Tue, 24 Feb 2009 14:22:31 +0000 Subject: [PATCH] Display notif. conditions in HTML interface. --- org.glite.lb.server/src/lb_html.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.glite.lb.server/src/lb_html.c b/org.glite.lb.server/src/lb_html.c index cff5c3c..5cc88ce 100644 --- a/org.glite.lb.server/src/lb_html.c +++ b/org.glite.lb.server/src/lb_html.c @@ -151,6 +151,8 @@ int edg_wll_NotificationToHTML(edg_wll_Context ctx UNUSED_VAR, notifInfo *ni, ch pomB, cond); free(pomB); pomB = pomA; + pomL = strlen(pomB); + } free(cond); -- 1.8.2.3