diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-05-27 23:57:53 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-05-27 23:57:53 +0000 |
| commit | 7ae27ff96311cb94a3fcb96b4a17938788b7b0fd (patch) | |
| tree | 6bf1d60cdba9a49423069e8c1c615dd21148440c /sys/dev/filemon | |
| parent | f14fbe72ece11d0146d309a2f0126b058e51c7d7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/filemon')
| -rw-r--r-- | sys/dev/filemon/filemon_wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/filemon/filemon_wrapper.c b/sys/dev/filemon/filemon_wrapper.c index 64b703c196e0..ba4fe1603249 100644 --- a/sys/dev/filemon/filemon_wrapper.c +++ b/sys/dev/filemon/filemon_wrapper.c @@ -65,7 +65,7 @@ filemon_output(struct filemon *filemon, char *msg, size_t len) if (filemon->fp->f_type == DTYPE_VNODE) bwillwrite(); - error = fo_write(filemon->fp, &auio, curthread->td_ucred, 0, curthread); + error = fo_write(filemon->fp, &auio, filemon->cred, 0, curthread); if (error != 0) filemon->error = error; } |
