|
if (args.startup_type == startup_external) |
On ldcs_audit_server_network_setup() failure, the code calls LOGGING_FINI if args.startup_type == startup_external.
args is a local variable that is initialized in the next stanza.
startup_external is a #define.
Spindle/src/server/startup/spindle_be.cc
Line 139 in a7d82c3
On
ldcs_audit_server_network_setup()failure, the code callsLOGGING_FINIifargs.startup_type == startup_external.argsis a local variable that is initialized in the next stanza.startup_externalis a#define.