From: José Bollo Date: Thu, 12 Dec 2019 13:37:52 +0000 (+0100) Subject: afb-daemon: Fix optionnal port X-Git-Tag: 8.99.4~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=6422dd2e6bee2903690fe430b0e7a666179ec163;hp=6422dd2e6bee2903690fe430b0e7a666179ec163;p=src%2Fapp-framework-binder.git afb-daemon: Fix optionnal port Since: - introduction of interface to set the listening port(s) and address(es) - use of nss-localuser for discriminating binders there is no more strict need for exporting the port and substituting it. So the substitution is make only if needed. Since removal of token generation, there is no more need to propoagate any token. The two possibilities are kept for being used whene needed and to ensure sweet transition. Bug-AGL: SPEC-2968 Signed-off-by: José Bollo Change-Id: I1d2b4d765f244e46de3071baddd8b3d0817b9436 ---