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:
e399e41
)
- format of the messages corrected
author
Jiří Škrábal
<nykolas@ics.muni.cz>
Thu, 22 Sep 2005 10:57:32 +0000
(10:57 +0000)
committer
Jiří Škrábal
<nykolas@ics.muni.cz>
Thu, 22 Sep 2005 10:57:32 +0000
(10:57 +0000)
org.glite.jp.client/src/jpimp_lib.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.client/src/jpimp_lib.c
b/org.glite.jp.client/src/jpimp_lib.c
index
8d5b280
..
efebc2a
100644
(file)
--- a/
org.glite.jp.client/src/jpimp_lib.c
+++ b/
org.glite.jp.client/src/jpimp_lib.c
@@
-86,10
+86,10
@@
int glite_jpimporter_upload_files(
#endif
if ( ctx->jpps )
- asprintf(&msg, "jobid\t%s\nfile\t%s\nproxy\t%s
jpps\t%s
",
+ asprintf(&msg, "jobid\t%s\nfile\t%s\nproxy\t%s
\njpps\t%s\n
",
jobid, archive, proxy, ctx->jpps);
else
- asprintf(&msg, "jobid\t%s\nfile\t%s\nproxy\t%s",
+ asprintf(&msg, "jobid\t%s\nfile\t%s\nproxy\t%s
\n
",
jobid, archive, proxy);
if ( edg_wll_MaildirStoreMsg(ctx->lbmd_dir, "localhost", msg) ) {