1
0
Fork 0
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:
James Woodcock 2012-09-06 20:22:36 +01:00 committed by Jon Trulson
parent 407bb371f2
commit 406fa95994

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);