diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-02 14:12:23 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-02 14:12:23 +0000 |
commit | cd8f416c4a1930b93d6c0911d543f67c95ced54d (patch) | |
tree | 0b28d51db08d0e144f7a03e12b423c8a8daa8f23 /nfs/ops.c | |
parent | fe53c70d21b89299452237747282cc344396000e (diff) |
(netfs_report_access): Bother to initialize LEN.
Diffstat (limited to 'nfs/ops.c')
-rw-r--r-- | nfs/ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |