summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_main.c
diff options
context:
space:
mode:
authorpaul <paul>2003-08-10 02:51:22 +0000
committerpaul <paul>2003-08-10 02:51:22 +0000
commitad63404c8c9231a75759a0e5c981f9027762befe (patch)
tree2ebdc876629ccb97e49341a26737703bdc56013e /ospfd/ospf_main.c
parent62b118c137914660e08d5203b5bba7c8814b6e6d (diff)
downloadquagga-ad63404c8c9231a75759a0e5c981f9027762befe.tar.bz2
quagga-ad63404c8c9231a75759a0e5c981f9027762befe.tar.xz
2003-08-10 amir <amir@datacore.ch>
* Add missing 'i' to getopts, short form of --pid_file. see http://bugzilla.quagga.net/show_bug.cgi?id=25
Diffstat (limited to 'ospfd/ospf_main.c')
-rw-r--r--ospfd/ospf_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c
index 236d8c28..211aa78a 100644
--- a/ospfd/ospf_main.c
+++ b/ospfd/ospf_main.c
@@ -232,7 +232,7 @@ main (int argc, char **argv)
{
int opt;
- opt = getopt_long (argc, argv, "dlf:hA:P:u:v", longopts, 0);
+ opt = getopt_long (argc, argv, "dlf:i:hA:P:u:v", longopts, 0);
if (opt == EOF)
break;