diff options
Diffstat (limited to 'networking/isrv_identd.c')
-rw-r--r-- | networking/isrv_identd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/isrv_identd.c b/networking/isrv_identd.c index 84cf6da..23f6758 100644 --- a/networking/isrv_identd.c +++ b/networking/isrv_identd.c @@ -107,7 +107,7 @@ int fakeidentd_main(int argc, char **argv) unsigned opt; int fd; - opt = getopt32(argc, argv, "fiwb:", &bind_address); + opt = getopt32(argv, "fiwb:", &bind_address); strcpy(bogouser, "nobody"); if (argv[optind]) strncpy(bogouser, argv[optind], sizeof(bogouser)); |