mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Use RPC_ANYSOCK instead of the magic number -1.
This commit is contained in:
parent
407bb371f2
commit
406fa95994
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue