MT#59962 Coverity Scan: Uninitialized pointer field (reg_agent)

Remove `uac_auth_f` from `RegistrationAgentFactory`,
not used.

Fixes:

    Uninitialized pointer field (UNINIT_CTOR).
    uninit_member: Non-static class member uac_auth_f
    is not initialized in this constructor nor in any functions that it calls.

Change-Id: I3e8d0703d8bd7226369248bd87c1449f97e7ac6a
mr13.3.1
Donat Zenichev 1 year ago
parent 7e4bb655ad
commit 6702beaf3d

@ -64,7 +64,6 @@ class RegThread : public AmThread {
class RegistrationAgentFactory: public AmSessionFactory
{
RegThread dialer;
AmSessionEventHandlerFactory* uac_auth_f;
public:
RegistrationAgentFactory(const string& _app_name);

Loading…
Cancel
Save