aboutsummaryrefslogtreecommitdiffstats
path: root/community/coturn/remove-check_oauth-test.patch
blob: 3d8e02ad2916cfbf95771258a696765f0fb5a790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
https://github.com/coturn/coturn/issues/193

--- ./src/apps/rfc5769/rfc5769check.c.orig
+++ ./src/apps/rfc5769/rfc5769check.c
@@ -564,10 +564,5 @@
 		}
 	}
 
-	{
-		if(check_oauth()<0)
-			exit(-1);
-	}
-
 	return 0;
 }