1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/community/coturn/remove-check_oauth-test.patch
Natanael Copa 94fe647934 community/coturn: fix build on armhf
number of checksum needs to correspond with number of patches/sources so
we apply the armf psecific patch for all arches.
2017-11-22 20:52:32 +00:00

15 lines
220 B
Diff

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;
}