diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-17 17:12:21 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-17 17:12:21 +0000 |
commit | 93c1c3d1c54f0b72d861dbc298a3d1ecaab60c08 (patch) | |
tree | 06cdc9b6ff4205423e22be0d1b7a5dcd12a4ffda | |
parent | 65fe24c18a4a5603b629476e7fe4f612cadfe316 (diff) |
(mounted_soft): Initialize to zero.
-rw-r--r-- | nfs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ int max_transmit_timeout = 30; int soft_retries = DEFAULT_SOFT_RETRIES; /* True iff we are mounted soft. */ -int mounted_soft = 1; +int mounted_soft = 0; /* Maximum number of bytes to read at once. */ int read_size = DEFAULT_READ_SIZE; |