bin/1974: core dump from amd when phkmalloc is set to AJ.

This commit is contained in:
Poul-Henning Kamp 1996-11-25 19:36:26 +00:00
parent 07c48e4bb0
commit bbf432c0d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19959

View File

@ -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 @@ int op;
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);