Skip to content

Wrong variable used in assert #5509

@aend

Description

@aend

in branch v3.0.x file freeradius-server/src/main/threads.c:293

rad_assert(ssl_mutex != NULL);

should be

rad_assert(ssl_mutexes != NULL);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions