summaryrefslogtreecommitdiff
path: root/ripd
diff options
context:
space:
mode:
authorpaul <paul>2003-08-10 02:51:22 +0000
committerpaul <paul>2003-08-10 02:51:22 +0000
commit96735eeafe4713b60700915dd2fb6dcbd0f09c8f (patch)
tree49b7f583956e3d7ad91dcfa006d18e20f57efe15 /ripd
parent286e1e71538440ed0bef4576aded1745191490d3 (diff)
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 'ripd')
-rw-r--r--ripd/rip_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c
index 84ea75c5..d5713208 100644
--- a/ripd/rip_main.c
+++ b/ripd/rip_main.c
@@ -212,7 +212,7 @@ main (int argc, char **argv)
{
int opt;
- opt = getopt_long (argc, argv, "df:hA:P:u:rv", longopts, 0);
+ opt = getopt_long (argc, argv, "df:i:hA:P:u:rv", longopts, 0);
if (opt == EOF)
break;