Use RPC_ANYSOCK instead of the magic number -1.

This commit is contained in:
James Woodcock 2012-09-06 20:22:36 +01:00 committed by Jon Trulson
parent 407bb371f2
commit 406fa95994
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ s_init()
// requests. This object also allocates an RPC program
// number which is then used to compose the session id to
// be advertised to potential clients.
_rpc_server = new _Tt_rpc_server(-1,
_rpc_server = new _Tt_rpc_server(RPC_ANYSOCK,
TT_RPC_VERSION,
RPC_ANYSOCK,
_auth);