From: Denis Vlasenko Date: Fri, 26 Jan 2007 07:02:56 +0000 (-0000) Subject: fix option -F mishandling X-Git-Tag: 1_5_1~285 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bc5262d3dd98881ae6dd7c9cf11d638a01977971;p=oweals%2Fbusybox.git fix option -F mishandling --- diff --git a/networking/hostname.c b/networking/hostname.c index 7116a14df..45aaaa465 100644 --- a/networking/hostname.c +++ b/networking/hostname.c @@ -48,7 +48,7 @@ int hostname_main(int argc, char **argv) OPT_f = 0x2, OPT_i = 0x4, OPT_s = 0x8, - OPT_F = 0x8, + OPT_F = 0x10, OPT_dfis = 0xf, };