Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-05-13 02:01:13 +01:00
2 changed files with 14 additions and 1 deletions

View File

@ -217,7 +217,6 @@ format_job_update(struct job *job)
struct format_job *fj = job->data;
char *line;
time_t t;
struct client *c;
if ((line = evbuffer_readline(job->event->input)) == NULL)
return;
@ -321,6 +320,7 @@ format_job_get(struct format_tree *ft, const char *cmd)
xasprintf(&fj->out, "<'%s' didn't start>", fj->cmd);
}
fj->last = t;
fj->updated = 0;
}
if (ft->flags & FORMAT_STATUS)