free(*text);
*text = out;
+
+ return 0;
}
int edg_wll_WSDLOutput(edg_wll_Context ctx UNUSED_VAR, char **message, char *filename){
asprintf(&head,
"<b>WARNING: L&B statistics are stored in /tmp, please, configure L&B server to make them really persistent!</b><br/><br/>\n");
else
- asprintf(&head, "");
+ asprintf(&head, " ");
asprintf(&out,
"<h2>LB Server Usage Statistics</h2>\n"
}
*message = out;
+ return 0;
}
char *edg_wll_ErrorToHTML(edg_wll_Context ctx,int code)
else if (*requestPTR=='/' && requestPTR[1] != '?'
&& strncmp(requestPTR, "/RSS:", strlen("/RSS:"))
&& ( strncmp(requestPTR, "/NOTIF", strlen("/NOTIF"))
- || *(requestPTR+strlen("/NOTIF")) != ':'
- && !isspace(*(requestPTR+strlen("/NOTIF"))))
+ || (*(requestPTR+strlen("/NOTIF")) != ':'
+ && !isspace(*(requestPTR+strlen("/NOTIF")))))
) {
edg_wlc_JobId jobId = NULL;
char *pom1,*fullid = NULL;