Don't send keep-alive request after upload
This commit is contained in:
parent
dab3625db4
commit
2db67dedd4
1 changed files with 1 additions and 1 deletions
2
nmrp.c
2
nmrp.c
|
|
@ -675,7 +675,7 @@ int nmrp_do(struct nmrpd_args *args)
|
||||||
printf("Waiting for remote to respond.\n");
|
printf("Waiting for remote to respond.\n");
|
||||||
upload_ok = 1;
|
upload_ok = 1;
|
||||||
ethsock_set_timeout(sock, args->ul_timeout);
|
ethsock_set_timeout(sock, args->ul_timeout);
|
||||||
tx.msg.code = NMRP_C_KEEP_ALIVE_REQ;
|
tx.msg.code = NMRP_C_NONE;
|
||||||
expect = NMRP_C_NONE;
|
expect = NMRP_C_NONE;
|
||||||
} else if (status == -2) {
|
} else if (status == -2) {
|
||||||
expect = NMRP_C_TFTP_UL_REQ;
|
expect = NMRP_C_TFTP_UL_REQ;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue