Summary: | Prevent purging of TAO Transport entry if it is null | ||
---|---|---|---|
Product: | TAO | Reporter: | Jeff Parsons <j.parsons> |
Component: | ORB | Assignee: | Johnny Willemsen <jwillemsen> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | J.Russell.Noseworthy, mcorino |
Priority: | P3 | ||
Version: | 1.5.8 | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 3680 | ||
Attachments: | patch file |
the purge_entry does this check already, don't see a need todo this in the caller code. changed to wontfix Implemented intended optimization in transport cache ::purge_entry() itself. See revision 91404. |
Created attachment 1142 [details] patch file Attached patch file that eliminates the purging of an entry from the transport cache manager if the entry is null, sent in by Russ Noseworthy et al.