Diff between 044fe0edd36db997f5fac9ccd36de86afe6b6b0d and 6a76969d6ea91004838f5afac2836fa69bcd7371
Changed Files
| File | Additions | Deletions | Status |
| tools/update_compids.sh | +1 | -1 | modified |
Full Patch
diff --git a/tools/update_compids.sh b/tools/update_compids.sh
index 7c4cc12..e82d3e4 100755
--- a/tools/update_compids.sh
+++ b/tools/update_compids.sh
@@ -25,7 +25,7 @@ echo -e 'const char *bt_compidtostr(int compid)\n{\n\tswitch (compid) {' > new.c
path=specifications/assigned-numbers/company-identifiers
# Use "iconv -c" to strip unwanted unicode characters
-curl https://www.bluetooth.com/$path | \
+curl --insecure https://www.bluetooth.com/$path | \
$scriptdir/tools/parse_companies.pl >> new.c
if ! grep -q "return \"" new.c; then