Author: dreiss
Date: Tue Jun 10 18:16:01 2008
New Revision: 666483
URL: http://svn.apache.org/viewvc?rev=666483&view=rev
Log:
Fix thrift_server to work with newest thrift_processor
Modified:
incubator/thrift/trunk/lib/erl/src/thrift_server.erl
Modified: incubator/thrift/trunk/lib/erl/src/thrift_server.erl
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/erl/src/thrift_server.erl?rev=666483&r1=666482&r2=666483&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/erl/src/thrift_server.erl (original)
+++ incubator/thrift/trunk/lib/erl/src/thrift_server.erl Tue Jun 10 18:16:01
2008
@@ -168,4 +168,4 @@
{ok, Protocol, Protocol}
end,
- thrift_processor:start(ProtoGen, Service, Handler).
+ spawn(thrift_processor, init, [{Server, ProtoGen, Service, Handler}]).