aboutsummaryrefslogtreecommitdiffstats
path: root/community/coturn/remove-check_oauth-test.patch
blob: 782351fa35f637c9430d23582cec057673d458e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./src/apps/rfc5769/rfc5769check.c.orig
+++ ./src/apps/rfc5769/rfc5769check.c
@@ -564,10 +564,5 @@
 		}
 	}
 
-	{
-		if(check_oauth()<0)
-			exit(-1);
-	}
-
 	return 0;
 }