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 84cf6da6a..23f6758a0 100644 --- a/networking/isrv_identd.c +++ b/networking/isrv_identd.c | |||
@@ -107,7 +107,7 @@ int fakeidentd_main(int argc, char **argv) | |||
107 | unsigned opt; | 107 | unsigned opt; |
108 | int fd; | 108 | int fd; |
109 | 109 | ||
110 | opt = getopt32(argc, argv, "fiwb:", &bind_address); | 110 | opt = getopt32(argv, "fiwb:", &bind_address); |
111 | strcpy(bogouser, "nobody"); | 111 | strcpy(bogouser, "nobody"); |
112 | if (argv[optind]) | 112 | if (argv[optind]) |
113 | strncpy(bogouser, argv[optind], sizeof(bogouser)); | 113 | strncpy(bogouser, argv[optind], sizeof(bogouser)); |