commit | bc5262d3dd98881ae6dd7c9cf11d638a01977971 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Fri Jan 26 07:02:56 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Fri Jan 26 07:02:56 2007 +0000 |
tree | f01871182f933ec9d4b4d7e2d5f0cace0afddb0c | |
parent | a1042e94f176d50a94e95108f6b6391663f578ea [diff] [blame] |
fix option -F mishandling
diff --git a/networking/hostname.c b/networking/hostname.c index 7116a14..45aaaa4 100644 --- a/networking/hostname.c +++ b/networking/hostname.c
@@ -48,7 +48,7 @@ OPT_f = 0x2, OPT_i = 0x4, OPT_s = 0x8, - OPT_F = 0x8, + OPT_F = 0x10, OPT_dfis = 0xf, };