X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=submit%2Fremote-submit;h=c2e13a0b06bddcb068b4f65496babd983ead0626;hb=fd6beaf63f7f970ad870885f03294f946f250db2;hp=ef30ccb73f1842ac1fbbb5ef1d28a5e2228bf376;hpb=91f44a34afc80be20a8f9de9b07e9b0099275fe8;p=moe.git diff --git a/submit/remote-submit b/submit/remote-submit index ef30ccb..c2e13a0 100755 --- a/submit/remote-submit +++ b/submit/remote-submit @@ -28,6 +28,10 @@ my $s = stat(*F) or die; my $size = $s->size; my $conn = new MO::Submit; + +my $he = $conn->write_history($task, $part, $ext, $file); +if (defined $he) { die "$he\n"; } + $conn->connect or die $conn->{"error"} . "\n"; sub or_die($) {