forked from mirrors/tftp-hpa-google
Formatting fix
This commit is contained in:
parent
fb83297f03
commit
c11a43fa53
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ struct formats {
|
||||||
void (*f_recv)(struct formats *, struct tftphdr *, int);
|
void (*f_recv)(struct formats *, struct tftphdr *, int);
|
||||||
int f_convert;
|
int f_convert;
|
||||||
} formats[] = {
|
} formats[] = {
|
||||||
{ "netascii", rewrite_access, validate_access, tftp_sendfile, tftp_recvfile, 1 },
|
{ "netascii", rewrite_access, validate_access, tftp_sendfile, tftp_recvfile, 1 },
|
||||||
{ "octet", rewrite_access, validate_access, tftp_sendfile, tftp_recvfile, 0 },
|
{ "octet", rewrite_access, validate_access, tftp_sendfile, tftp_recvfile, 0 },
|
||||||
{ NULL, NULL, NULL, NULL, NULL, 0 }
|
{ NULL, NULL, NULL, NULL, NULL, 0 }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue