commit | 96735eeafe4713b60700915dd2fb6dcbd0f09c8f | [log] [tgz] |
---|---|---|
author | paul <paul> | Sun Aug 10 02:51:22 2003 +0000 |
committer | paul <paul> | Sun Aug 10 02:51:22 2003 +0000 |
tree | 49b7f583956e3d7ad91dcfa006d18e20f57efe15 | |
parent | 286e1e71538440ed0bef4576aded1745191490d3 [diff] [blame] |
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
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 933ca57..ce4503d 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c
@@ -217,7 +217,7 @@ /* Command line argument treatment. */ while (1) { - opt = getopt_long (argc, argv, "df:hp:A:P:rnu:v", longopts, 0); + opt = getopt_long (argc, argv, "df:i:hp:A:P:rnu:v", longopts, 0); if (opt == EOF) break;