mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
tftp_rx: code style cleanup
Fixed checksrc warnings
This commit is contained in:
parent
32afaaef93
commit
db4215f14a
@ -596,10 +596,9 @@ static CURLcode tftp_rx(tftp_state_data_t *state, tftp_event_t event)
|
||||
state->retries = 0;
|
||||
}
|
||||
else if(state->block == rblock) {
|
||||
/* This is the last recently received block again. Log it and ACK it again. */
|
||||
infof(data,
|
||||
"Received last DATA packet block %d again.\n",
|
||||
rblock);
|
||||
/* This is the last recently received block again. Log it and ACK it
|
||||
again. */
|
||||
infof(data, "Received last DATA packet block %d again.\n", rblock);
|
||||
}
|
||||
else {
|
||||
/* totally unexpected, just log it */
|
||||
|
Loading…
x
Reference in New Issue
Block a user