mirror of
https://github.com/bol-van/zapret.git
synced 2025-01-21 07:30:34 +05:00
tpws: fix clang warning
This commit is contained in:
parent
029e4cadd7
commit
222fb283c8
@ -36,8 +36,9 @@ static size_t tls_pos(enum tlspos tpos_type, size_t tpos_pos, const uint8_t *tls
|
|||||||
// fall through
|
// fall through
|
||||||
case tlspos_pos:
|
case tlspos_pos:
|
||||||
return tpos_pos;
|
return tpos_pos;
|
||||||
|
default:
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user