Remove ssm argument when ssm not available
Signed-off-by: Marcel Jordense <marcel.jordense@adlinktech.com>
This commit is contained in:
parent
9c31f48bea
commit
efefb5009f
1 changed files with 3 additions and 3 deletions
|
@ -4578,10 +4578,10 @@ static void create_proxy_builtin_endpoints(
|
||||||
{
|
{
|
||||||
#ifdef DDSI_INCLUDE_SSM
|
#ifdef DDSI_INCLUDE_SSM
|
||||||
const int ssm = addrset_contains_ssm (gv, proxypp->as_meta);
|
const int ssm = addrset_contains_ssm (gv, proxypp->as_meta);
|
||||||
#else
|
|
||||||
const int ssm = 0;
|
|
||||||
#endif
|
|
||||||
new_proxy_reader (gv, ppguid, &guid1, proxypp->as_meta, &plist_rd, timestamp, 0, ssm);
|
new_proxy_reader (gv, ppguid, &guid1, proxypp->as_meta, &plist_rd, timestamp, 0, ssm);
|
||||||
|
#else
|
||||||
|
new_proxy_reader (gv, ppguid, &guid1, proxypp->as_meta, &plist_rd, timestamp, 0);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue