edg_wll_NotifId nid = NULL;
char *jobq,*ju = NULL,*jobc[6];
glite_lbu_Statement jobs = NULL;
- int ret,i,authz_flags = 0;
+ int ret,authz_flags = 0;
+ size_t i;
time_t expires,now = time(NULL);
char *cond_where = NULL;
goto rollback;
}
else {
+ free(q);
trio_asprintf(&q,"insert into notif_jobs(notifid,jobid) values ('%|Ss','%|Ss')",
nid_s,NOTIF_ALL_JOBS);
glite_common_log_msg(LOG_CATEGORY_LB_SERVER_DB,
{
char *nid_s = NULL, *host = NULL,
*stmt = NULL, *aux = NULL;
- int ret, port = 0;
+ int ret = 0;
if ( !(nid_s = edg_wll_NotifIdGetUnique(nid)) )