---
 ipc/mach_msg.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ipc/mach_msg.c b/ipc/mach_msg.c
index aecfcd4..07e59e2 100644
--- a/ipc/mach_msg.c
+++ b/ipc/mach_msg.c
@@ -1673,9 +1673,7 @@ mach_msg_trap(
                 *      (syscall entry and thread_syscall_return exit)
                 *      with this path.
                 */
-
-               thread_syscall_return(MACH_MSG_SUCCESS);
-               /*NOTREACHED*/
+               return MACH_MSG_SUCCESS;
        }
 
        if (option & MACH_SEND_MSG) {
-- 
2.1.4


Reply via email to