You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
418 B

  1. diff --git a/tftpd.h b/tftpd.h
  2. index 945065e..4c2f214 100644
  3. --- a/tftpd.h
  4. +++ b/tftpd.h
  5. @@ -46,7 +46,7 @@ struct thread_data {
  6. char *mc_addr; /* multicast address */
  7. struct sockaddr_storage sa_mcast;
  8. union ip_mreq_storage mcastaddr;
  9. - u_char mcast_ttl;
  10. + unsigned char mcast_ttl;
  11. /*
  12. * Self can read/write until client_ready is set. Then only allowed to read.