Move the message_dispatch() call after the check for errno on
authorJeremy Allison <jra@samba.org>
Mon, 31 Mar 2008 23:56:21 +0000 (16:56 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 31 Mar 2008 23:56:21 +0000 (16:56 -0700)
commit6913f1013456be8938bb71b3d8968170e50933e7
treec888bd9b0762e2128429c4a2459e389bb4a6da79
parente11cd466e1b6beae82fa0117c300669b8eff7f0a
Move the message_dispatch() call after the check for errno on
the select return. We don't want the call to message_dispatch
to mess up the errno value.
Jeremy.
(This used to be commit 26a74d01bb2b53ffa5d296ff1c7d8b2b0d17831a)
source3/smbd/process.c