tftp_rx: code style cleanup
Fixed checksrc warnings
This commit is contained in:
@@ -596,10 +596,9 @@ static CURLcode tftp_rx(tftp_state_data_t *state, tftp_event_t event)
|
|||||||
state->retries = 0;
|
state->retries = 0;
|
||||||
}
|
}
|
||||||
else if(state->block == rblock) {
|
else if(state->block == rblock) {
|
||||||
/* This is the last recently received block again. Log it and ACK it again. */
|
/* This is the last recently received block again. Log it and ACK it
|
||||||
infof(data,
|
again. */
|
||||||
"Received last DATA packet block %d again.\n",
|
infof(data, "Received last DATA packet block %d again.\n", rblock);
|
||||||
rblock);
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
/* totally unexpected, just log it */
|
/* totally unexpected, just log it */
|
||||||
|
Reference in New Issue
Block a user