diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-11-25 19:36:26 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-11-25 19:36:26 +0000 |
| commit | bbf432c0d6cd90565874805c5158e9a90aec2ce6 (patch) | |
| tree | a0f9b6f530314101557f7c4f6246ec60ec2e2eb1 | |
| parent | 07c48e4bb00d29240ba35ebd24ee8e9804df9056 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/amd/amd/afs_ops.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/amd/amd/afs_ops.c b/usr.sbin/amd/amd/afs_ops.c index d10a2622bff6..bbb53bc9ab82 100644 --- a/usr.sbin/amd/amd/afs_ops.c +++ b/usr.sbin/amd/amd/afs_ops.c @@ -37,7 +37,7 @@ * * @(#)afs_ops.c 8.1 (Berkeley) 6/6/93 * - * $Id: afs_ops.c,v 1.2 1995/05/30 03:45:43 rgrimes Exp $ + * $Id: afs_ops.c,v 1.3 1995/06/27 11:07:23 dfr Exp $ * */ @@ -1545,8 +1545,8 @@ in_progrss: return new_mp; } - if (error && (cp->mp->am_mnt->mf_ops == &efs_ops)) - cp->mp->am_error = error; + if (error && (new_mp->am_mnt->mf_ops == &efs_ops)) + new_mp->am_error = error; assign_error_mntfs(new_mp); |
