diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-05 16:47:02 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-05 16:47:02 +0000 |
commit | 886f6afc8a570978670f1a9356c9dfa51bb124f9 (patch) | |
tree | 287aa7a99a3da96f1fb5c8c8533646663f773417 /networking | |
parent | 061fd0a353ef05de4a96e23c18e25316babee523 (diff) |
- this applet should peruse USE_FEATURE_TFTP_...
Diffstat (limited to 'networking')
-rw-r--r-- | networking/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index 402d5d03c..ddcb5225f 100644 --- a/networking/tftp.c +++ b/networking/tftp.c @@ -530,7 +530,7 @@ int tftp_main(int argc, char **argv) #define GET_COMPL ":g" #else #define GET -#define GET_COMP +#define GET_COMPL #endif #ifdef CONFIG_FEATURE_TFTP_PUT |