From e5aeffd17ee7ed85bf1ee94cee9e31b067199ac3 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 30 Aug 1994 18:06:10 +0000 Subject: Formerly file-set-trans.c.~13~ --- libdiskfs/file-set-trans.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs') diff --git a/libdiskfs/file-set-trans.c b/libdiskfs/file-set-trans.c index e60f0fe4..3729fdad 100644 --- a/libdiskfs/file-set-trans.c +++ b/libdiskfs/file-set-trans.c @@ -162,8 +162,8 @@ diskfs_S_file_set_translator (struct protid *cred, /* Set active translator */ if (active_flags & FS_TRANS_SET) { - if (existing != MACH_PORT_NULL) - fshelp_set_control (&np->translator, existing); + if (active != MACH_PORT_NULL) + fshelp_set_control (&np->translator, active); else /* Should have been cleared above. */ assert (np->translator.control == MACH_PORT_NULL); -- cgit v1.2.3