diff options
Diffstat (limited to 'networking/udhcp/dumpleases.c')
-rw-r--r-- | networking/udhcp/dumpleases.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dumpleases.c b/networking/udhcp/dumpleases.c index 017c801e6..97605f089 100644 --- a/networking/udhcp/dumpleases.c +++ b/networking/udhcp/dumpleases.c | |||
@@ -43,7 +43,7 @@ int dumpleases_main(int argc UNUSED_PARAM, char **argv) | |||
43 | 43 | ||
44 | applet_long_options = dumpleases_longopts; | 44 | applet_long_options = dumpleases_longopts; |
45 | #endif | 45 | #endif |
46 | check_unicode_in_env(); | 46 | init_unicode(); |
47 | 47 | ||
48 | opt_complementary = "=0:a--r:r--a"; | 48 | opt_complementary = "=0:a--r:r--a"; |
49 | opt = getopt32(argv, "arf:", &file); | 49 | opt = getopt32(argv, "arf:", &file); |