Initialize tftpcmd

This commit is contained in:
Joseph C. Lehner 2016-01-31 17:32:23 +02:00
parent 0bcc6da157
commit ab84533c00

1
main.c
View file

@ -58,6 +58,7 @@ int main(int argc, char **argv)
struct nmrpd_args args = {
.rx_timeout = 200,
.ul_timeout = 60000,
.tftpcmd = NULL,
.filename = NULL,
.ipaddr = NULL,
.ipmask = "255.255.255.0",