Skip to content

gnutls: remove bogus assert

Michael Catanzaro requested to merge mcatanzaro/priority-assert into master

Configuring priority may fail. Asserting that it didn't fail is wrong. We have to handle this either here or in the calling code, and here seems easiest.

https://bugzilla.redhat.com/show_bug.cgi?id=2017422

Merge request reports