14 lines
396 B
Diff
14 lines
396 B
Diff
|
diff --git a/tftp_io.c b/tftp_io.c
|
||
|
index 605a9c2..6cce1f4 100644
|
||
|
--- a/tftp_io.c
|
||
|
+++ b/tftp_io.c
|
||
|
@@ -64,7 +64,7 @@ int tftp_send_request(int socket, struct sockaddr_storage *sa, short type,
|
||
|
buf_index += strlen(mode);
|
||
|
buf_index++;
|
||
|
|
||
|
- for (i = 2; ; i++)
|
||
|
+ for (i = 2; i < OPT_NUMBER; i++)
|
||
|
{
|
||
|
if (strlen(tftp_options[i].option) == 0)
|
||
|
break;
|