-
Problem report
-
Resolution: Unresolved
-
Blocker
-
7.4.0rc1 (master)
-
None
-
S25-W20/21
Steps to reproduce:
- Create simple proxy-server-agent setup
- change global macros
- check proxy log
Result:
Synchronization error:
28535:20250514:145254.613 received configuration data from server at "127.0.0.1", datalen 640 28535:20250514:145254.640 cannot process received configuration data from server at "127.0.0.1": (null) 28535:20250514:145304.694 received configuration data from server at "127.0.0.1", datalen 6872
Expected:
one successful sync instead of two.
(null) trace should not happens
Reason:
BXNEXT-7048r chane in configwrite.c
Possible Fix:
**
if (NULL == (td = proxyconfig_get_table(config_tables, "settings"))) { ret = SUCCEED; goto ret; }
- mentioned in
-
Page Loading...