mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Replace one more LINK_MAX with NFS_LINK_MAX missed in r326991.
Sponsored by: Chelsio Communications
This commit is contained in:
parent
f83f3d7986
commit
5538424353
1 changed files with 1 additions and 1 deletions
|
|
@ -2301,7 +2301,7 @@ nfsv4_fillattr(struct nfsrv_descript *nd, struct mount *mp, vnode_t vp,
|
|||
break;
|
||||
case NFSATTRBIT_MAXLINK:
|
||||
NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
|
||||
*tl = txdr_unsigned(LINK_MAX);
|
||||
*tl = txdr_unsigned(NFS_LINK_MAX);
|
||||
retnum += NFSX_UNSIGNED;
|
||||
break;
|
||||
case NFSATTRBIT_MAXNAME:
|
||||
|
|
|
|||
Loading…
Reference in a new issue