THRIFT-1689: don't exit(-1) in TNonblockingServer
authorHenrique Mendonca <henrique@apache.org>
Thu, 20 Sep 2012 13:19:55 +0000 (13:19 +0000)
committerHenrique Mendonca <henrique@apache.org>
Thu, 20 Sep 2012 13:19:55 +0000 (13:19 +0000)
commit962b35309d33af60db65cac928f0a8411c6dc06d
treec6339054f05b508f02e57bcc0d869d6180a16f79
parent3d37fba2063f87accb8cc22b5c78d00d85ecc49e
THRIFT-1689: don't exit(-1) in TNonblockingServer
Client: c++
Patch: Brian Fallik

use standard exit(1) instead

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1388019 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/thrift/server/TNonblockingServer.cpp