No subject


Fri Sep 2 03:59:05 CDT 2011


create_tcptls_session_fail:
        if (ca) {
                ao2_t_ref(ca, -1, "failed to create client, getting
rid of client tcptls_session arguments");
        }
        if (s->tcptls_session) {
                ast_tcptls_close_session_file(tcptls_session);
                s->fd =3D -1;
                ao2_ref(s->tcptls_session, -1);
                s->tcptls_session =3D NULL;
        }

In both cases above, the references to "tcptls_session" should be
referring to "s->tcptls_session". "tcptls_session" is not usefully
defined in this scope.

Regards,
Steve



More information about the asterisk-dev mailing list