diff options
Diffstat (limited to 'community/coturn/remove-check_oauth-test.patch')
-rw-r--r-- | community/coturn/remove-check_oauth-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/coturn/remove-check_oauth-test.patch b/community/coturn/remove-check_oauth-test.patch new file mode 100644 index 0000000000..782351fa35 --- /dev/null +++ b/community/coturn/remove-check_oauth-test.patch @@ -0,0 +1,13 @@ +--- ./src/apps/rfc5769/rfc5769check.c.orig ++++ ./src/apps/rfc5769/rfc5769check.c +@@ -564,10 +564,5 @@ + } + } + +- { +- if(check_oauth()<0) +- exit(-1); +- } +- + return 0; + } |