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:
c3b83fb
)
jobs.owner, not userid
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 3 Jun 2005 12:53:24 +0000
(12:53 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 3 Jun 2005 12:53:24 +0000
(12:53 +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
318d2e9
..
169e326
100644
(file)
--- a/
org.glite.jp.primary/src/new_ftp_backend.c
+++ b/
org.glite.jp.primary/src/new_ftp_backend.c
@@
-284,7
+284,7
@@
int glite_jppsbe_register_job(
goto error_out;
}
- trio_asprintf(&stmt,"insert into jobs(jobid,dg_jobid,
userid
,reg_time) "
+ trio_asprintf(&stmt,"insert into jobs(jobid,dg_jobid,
owner
,reg_time) "
"values ('%|Ss','%|Ss','%|Ss', %s)",
ju, job, ownerhash, dbtime);
if (!stmt) {