From: Aleš Křenek Date: Thu, 16 Mar 2006 16:16:47 +0000 (+0000) Subject: fixed table name X-Git-Tag: first~28 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=ce467e04fabf48822e04db4d3ebcd8db0a70eb92;p=jra1mw.git fixed table name --- diff --git a/org.glite.jp.primary/src/new_ftp_backend.c b/org.glite.jp.primary/src/new_ftp_backend.c index fe1dd2e..99ac0f4 100644 --- a/org.glite.jp.primary/src/new_ftp_backend.c +++ b/org.glite.jp.primary/src/new_ftp_backend.c @@ -2028,7 +2028,7 @@ int glite_jppsbe_set_fed( glite_jp_error_t err; memset(&err,0,sizeof err); - trio_asprintf(&stmt,"insert into fed_job(feedid,jobid) " + trio_asprintf(&stmt,"insert into fed_jobs(feedid,jobid) " "values ('%|Ss','%|Ss')", feed,job); if ((rows = glite_jp_db_execstmt(ctx,stmt,NULL)) < 0) {