1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/gnu-finger/files/patch-ag
Steve Price 9ecf9f0d90 Fix a coredump problem with fingerd and its '-i' option.
PR:		5603
Submitted by:	maintainer
1998-02-02 04:38:32 +00:00

12 lines
372 B
Plaintext

--- src/fingerd.c.orig Sun Oct 29 00:12:52 1992
+++ src/fingerd.c Sun Jan 15 19:19:46 1998
@@ -145,7 +145,7 @@
default_error_handling (argv[0]);
/* Parse arguments. */
- while ((optc = getopt_long (argc, argv, "datfi", longopts, NULL)) >= 0)
+ while ((optc = getopt_long (argc, argv, "datfi:", longopts, NULL)) >= 0)
switch (optc)
{
case 'd':