[update] verbose fix for ping flag
This commit is contained in:
parent
9a6c480290
commit
05a59c772c
|
@ -392,7 +392,7 @@ void* manageCtrlTerm(void* THREADABLE_ARGS){
|
||||||
fbk = request.flags&TERMREQ_FBK;
|
fbk = request.flags&TERMREQ_FBK;
|
||||||
if( !( update || fbk ) ){
|
if( !( update || fbk ) ){
|
||||||
send(arg->socket, "\x00\0", sizeof(char)*2, 0);
|
send(arg->socket, "\x00\0", sizeof(char)*2, 0);
|
||||||
printf("{udp_cterm}{com}(%d) Invalid flag, passing\n", index);
|
printf("{udp_cterm}{com}(%d) Empty flag (might be a ping), passing\n", index);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue