- format of the messages corrected
authorJiří Škrábal <nykolas@ics.muni.cz>
Thu, 22 Sep 2005 10:57:32 +0000 (10:57 +0000)
committerJiří Š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

index 8d5b280..efebc2a 100644 (file)
@@ -86,10 +86,10 @@ int glite_jpimporter_upload_files(
 #endif
 
        if ( ctx->jpps )
-               asprintf(&msg, "jobid\t%s\nfile\t%s\nproxy\t%sjpps\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) ) {