Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and bjoernricks committed Mar 3, 2025
1 parent 20f714b commit 90ae580
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions util/serverutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,7 @@ server_new_gnutls_set (unsigned int end_type, const char *priority,
*/

err = gnutls_priority_set_direct (*server_session,
priority ? priority : "NORMAL",
NULL);
priority ? priority : "NORMAL", NULL);
if (err)
{
g_warning ("%s: failed to set tls priorities: %s\n", __func__,
Expand Down

0 comments on commit 90ae580

Please sign in to comment.