jobs.owner, not userid
authorAleš Křenek <ljocha@ics.muni.cz>
Fri, 3 Jun 2005 12:53:24 +0000 (12:53 +0000)
committerAleš 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

index 318d2e9..169e326 100644 (file)
@@ -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) {