[update] removed verbose ping

This commit is contained in:
xdrm-brackets 2017-05-04 13:13:39 +02:00
parent b67ddecbab
commit 87ed0fb7c9
1 changed files with 2 additions and 1 deletions

View File

@ -391,7 +391,8 @@ 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) Ping received\n", index); if( request.flags != 0 )
printf("{udp_cterm}{com}(%d) Invalid flags\n", index);
continue; continue;
} }