aboutsummaryrefslogtreecommitdiff
path: root/networking/fakeidentd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/fakeidentd.c')
-rw-r--r--networking/fakeidentd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/fakeidentd.c b/networking/fakeidentd.c
index 2d690edba..6070e5f2d 100644
--- a/networking/fakeidentd.c
+++ b/networking/fakeidentd.c
@@ -228,7 +228,7 @@ int fakeidentd_main(int argc, char **argv)
228 FD_SET(0, &G.readfds); 228 FD_SET(0, &G.readfds);
229 229
230 /* handle -b <ip> parameter */ 230 /* handle -b <ip> parameter */
231 bb_getopt_ulflags(argc, argv, "b:", &bind_ip_address); 231 getopt32(argc, argv, "b:", &bind_ip_address);
232 /* handle optional REPLY STRING */ 232 /* handle optional REPLY STRING */
233 if (optind < argc) 233 if (optind < argc)
234 G.identuser = argv[optind]; 234 G.identuser = argv[optind];