=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/status.c,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- src/usr.bin/tmux/status.c 2015/04/19 21:34:21 1.125 +++ src/usr.bin/tmux/status.c 2015/04/24 22:19:36 1.126 @@ -1,4 +1,4 @@ -/* $OpenBSD: status.c,v 1.125 2015/04/19 21:34:21 nicm Exp $ */ +/* $OpenBSD: status.c,v 1.126 2015/04/24 22:19:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -515,7 +515,7 @@ /* If not found at all, start the job and add to the tree. */ if (so == NULL) { - job_run(cmd, NULL, status_job_callback, status_job_free, c); + job_run(cmd, NULL, -1, status_job_callback, status_job_free, c); c->references++; so = xmalloc(sizeof *so);