about summary refs log tree commit diff
path: root/hurd/msgportdemux.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/msgportdemux.c')
-rw-r--r--hurd/msgportdemux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/msgportdemux.c b/hurd/msgportdemux.c
index a08a16a665..039b395933 100644
--- a/hurd/msgportdemux.c
+++ b/hurd/msgportdemux.c
@@ -46,8 +46,8 @@ msgport_server (mach_msg_header_t *inp,
     if ((*d->demux) (inp, outp))
       return 1;
 
-  return (_S_exc_server (inp, outp) ||
-	  _S_msg_server (inp, outp));
+  return (_S_exc_server (inp, outp)
+	  || _S_msg_server (inp, outp));
 }
 
 /* This is the code that the signal thread runs.  */