Use RPC_ANYSOCK instead of the magic number -1.
This commit is contained in:
committed by
Jon Trulson
parent
407bb371f2
commit
406fa95994
@@ -234,7 +234,7 @@ s_init()
|
|||||||
// requests. This object also allocates an RPC program
|
// requests. This object also allocates an RPC program
|
||||||
// number which is then used to compose the session id to
|
// number which is then used to compose the session id to
|
||||||
// be advertised to potential clients.
|
// be advertised to potential clients.
|
||||||
_rpc_server = new _Tt_rpc_server(-1,
|
_rpc_server = new _Tt_rpc_server(RPC_ANYSOCK,
|
||||||
TT_RPC_VERSION,
|
TT_RPC_VERSION,
|
||||||
RPC_ANYSOCK,
|
RPC_ANYSOCK,
|
||||||
_auth);
|
_auth);
|
||||||
|
|||||||
Reference in New Issue
Block a user