git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32a28a
)
fixed table name
author
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 16 Mar 2006 16:16:47 +0000
(16:16 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 16 Mar 2006 16:16:47 +0000
(16:16 +0000)
org.glite.jp.primary/src/new_ftp_backend.c
patch
|
blob
|
blame
|
history
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
(file)
--- 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_job
s
(feedid,jobid) "
"values ('%|Ss','%|Ss')", feed,job);
if ((rows = glite_jp_db_execstmt(ctx,stmt,NULL)) < 0) {