From f419891544e311aa974e0648e0455a9de14ea0fa Mon Sep 17 00:00:00 2001 From: jamie Date: Sat, 13 Jun 2009 15:39:12 +0000 Subject: Rename the host-related prison fields to be the same as the host.* parameters they represent, and the variables they replaced, instead of abbreviated versions of them. Approved by: bz (mentor) --- sys/nlm/nlm_advlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/nlm/nlm_advlock.c') diff --git a/sys/nlm/nlm_advlock.c b/sys/nlm/nlm_advlock.c index 029f77b..b179595 100644 --- a/sys/nlm/nlm_advlock.c +++ b/sys/nlm/nlm_advlock.c @@ -1226,7 +1226,7 @@ nlm_init_lock(struct flock *fl, int flags, int svid, oh_len = strlen(oh_space); memset(lock, 0, sizeof(*lock)); - lock->caller_name = prison0.pr_host; + lock->caller_name = prison0.pr_hostname; lock->fh.n_len = fhlen; lock->fh.n_bytes = fh; lock->oh.n_len = oh_len; -- cgit v1.1