db: parse tabulator as repository separator char

Fixes #10662
cute-signatures
Timo Teräs 2019-12-27 17:02:38 +02:00
parent 6996b1ea75
commit 063c3acbbd
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "apk_openssl.h"
static const apk_spn_match_def apk_spn_repo_separators = {
[1] = (1<<1) /* tab */,
[4] = (1<<0) /* */,
[7] = (1<<2) /*:*/,
};