From cd8f416c4a1930b93d6c0911d543f67c95ced54d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 2 Apr 1996 14:12:23 +0000 Subject: (netfs_report_access): Bother to initialize LEN. --- nfs/ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nfs/ops.c') diff --git a/nfs/ops.c b/nfs/ops.c index 417cc4af..a92a3bf0 100644 --- a/nfs/ops.c +++ b/nfs/ops.c @@ -959,7 +959,7 @@ netfs_report_access (struct netcred *cred, here we err on the side of denying access, and that we always have to check everything. */ - + len = 1; err = netfs_attempt_read (cred, np, 0, &len, &byte); if (err) { -- cgit v1.2.3