diff options
-rw-r--r-- | trans/fakeroot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trans/fakeroot.c b/trans/fakeroot.c index f842fc56..8373be3a 100644 --- a/trans/fakeroot.c +++ b/trans/fakeroot.c @@ -874,6 +874,8 @@ netfs_demuxer (mach_msg_header_t *inp, MACH_PORT_NULL); assert_perror (err); /* XXX should synthesize reply */ ports_port_deref (cred); + /* We already sent the message, so the server loop shouldn't do it again. */ + ((mig_reply_header_t *) outp)->RetCode = MIG_NO_REPLY; return 1; } } |