This commit is contained in:
martin 2006-08-09 14:12:47 +00:00
parent 57faa21684
commit e06a3327c9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: lockd_lock.c,v 1.25 2006/08/08 13:10:05 yamt Exp $ */
/* $NetBSD: lockd_lock.c,v 1.26 2006/08/09 14:12:47 martin Exp $ */
/*
* Copyright (c) 2000 Manuel Bouyer.
@ -77,7 +77,7 @@ fhconv(nfs_fhandle_t *fh, const netobj *rfh)
sz = rfh->n_len;
if (sz > FHANDLE_SIZE_MAX) {
syslog(LOG_DEBUG,
"received fhandle size %d, max supported size %zd",
"received fhandle size %zd, max supported size %d",
sz, FHANDLE_SIZE_MAX);
errno = EINVAL;
return -1;