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)
commit26a74d01bb2b53ffa5d296ff1c7d8b2b0d17831a
treead78d91cd7edaf8f15bd85d7e6328d4a82301710
parenta7499e994aef743ea9c443f9a1618b262f6eda93
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.
source/smbd/process.c