mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
number of checksum needs to correspond with number of patches/sources so we apply the armf psecific patch for all arches.
15 lines
220 B
Diff
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;
|
|
}
|