Use RPC_ANYSOCK instead of the magic number -1.
This commit is contained in:
parent
407bb371f2
commit
406fa95994
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue