diff options
Diffstat (limited to 'networking/fakeidentd.c')
-rw-r--r-- | networking/fakeidentd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/fakeidentd.c b/networking/fakeidentd.c index 2d690ed..6070e5f 100644 --- a/networking/fakeidentd.c +++ b/networking/fakeidentd.c @@ -228,7 +228,7 @@ int fakeidentd_main(int argc, char **argv) FD_SET(0, &G.readfds); /* handle -b <ip> parameter */ - bb_getopt_ulflags(argc, argv, "b:", &bind_ip_address); + getopt32(argc, argv, "b:", &bind_ip_address); /* handle optional REPLY STRING */ if (optind < argc) G.identuser = argv[optind]; |