mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Remove redundant check from btlib.c
This commit is contained in:
parent
b4b682a4bf
commit
ec0e6f98d4
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ void cb_data(bt_parse_data_cb_t *cbd,int *ret) {
|
|||
return;
|
||||
}
|
||||
|
||||
if(cbd->buf[0] == 'e' && !cbd->buf[0]) {
|
||||
if(cbd->buf[0] == 'e') {
|
||||
p->e_msg = s;
|
||||
p->e_len = cbd->v.s.l;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue