Skip to content

Commit 90ae580

Browse files
mattmundellbjoernricks
authored andcommitted
Format
1 parent 20f714b commit 90ae580

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

util/serverutils.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -1039,8 +1039,7 @@ server_new_gnutls_set (unsigned int end_type, const char *priority,
10391039
*/
10401040

10411041
err = gnutls_priority_set_direct (*server_session,
1042-
priority ? priority : "NORMAL",
1043-
NULL);
1042+
priority ? priority : "NORMAL", NULL);
10441043
if (err)
10451044
{
10461045
g_warning ("%s: failed to set tls priorities: %s\n", __func__,

0 commit comments

Comments
 (0)