From: Joseph C. Lehner Date: Sun, 31 Jan 2016 15:32:23 +0000 (+0200) Subject: Initialize tftpcmd X-Git-Tag: v0.9~75 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ab84533c0059380ba56decf54d96dfacee018590;p=oweals%2Fnmrpflash.git Initialize tftpcmd --- diff --git a/main.c b/main.c index 51ca00c..dd94f5b 100644 --- a/main.c +++ b/main.c @@ -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",