Skip to content

agent: fix crash with debugging enabled

Michael Olbrich requested to merge mol/libnice:debug-segv into master

For some connection types nicesock->fileno is never set. Make sure it is not NULL before using it.

Merge request reports