Ticket #174 (new defect)
Opened 5 years ago
Undeclared variable in zoo_service_loader.c
Reported by: | landmark | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Development platform | Version: | |
Keywords: | Cc: |
Description
zoo_service_loader.c does not compile on Windows platform due to an undeclared variable in function initAllEnvironment:
See zoo_service_loader.c line 980:
status = getMap (request_inputs, "status");
This variable appears to be unused.
Note: See
TracTickets for help on using
tickets.