mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-26 00:21:54 +08:00
fix(notice): fix the buf of notice with null record field (#31)
This commit is contained in:
@@ -58,7 +58,6 @@ func extractTarGz(gzipStream io.Reader) error {
|
||||
|
||||
switch header.Typeflag {
|
||||
case tar.TypeReg:
|
||||
log.Trace(header.Name)
|
||||
if !strings.HasSuffix(header.Name, "GeoLite2-City.mmdb") {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user