commit | d33caca6c7e0c416a64dcd839900da03e62c1a1a | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Sep 02 20:16:29 2009 +0000 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Sep 02 20:16:29 2009 +0000 |
tree | d740a5fc4013e1240e5a3edf878e38059c657f28 | |
parent | c23bde74ec034f864410c9b71c3ef72d122df719 [diff] |
That was the wrong fix. MSG_ERROR should set the error and the client should use the error and exit on MSG_EXIT (it was being handled in the default case). Undo the last change, move the errstr check into the MSG_EXIT case, and add a comment.