Ticket #44 (closed defect: fixed)
Issue with all user unregistration in client header files
Reported by: | jasper | Owned by: | jasper |
---|---|---|---|
Priority: | major | Milestone: | Maintenance of Phase II |
Component: | COBIA SDK MSI | Version: | 1.2.0.1 |
Keywords: | Cc: |
Description
The issue is at line 379 of COBIA_PMC.h. The line reads:
CapeRegistryWriter? writer(false); false means current user
but should read:
CapeRegistryWriter? writer(isPMCRegistrationForAllUsers());
Change History
Note: See
TracTickets for help on using
tickets.
Fix checked in as commit r141 - awaiting testing