INN commit: trunk/expire (makehistory.c)

INN Commit Russ_Allbery at isc.org
Sat Feb 21 22:49:15 UTC 2009


    Date: Saturday, February 21, 2009 @ 14:49:15
  Author: iulius
Revision: 8339

Remove the "-e" flag from the command-line parser of makehistory
(oversight of commit 8022).

Modified:
  trunk/expire/makehistory.c

---------------+
 makehistory.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: makehistory.c
===================================================================
--- makehistory.c	2009-02-21 10:57:24 UTC (rev 8338)
+++ makehistory.c	2009-02-21 22:49:15 UTC (rev 8339)
@@ -845,7 +845,7 @@
     AppendMode = false;
     NoHistory = false;
 
-    while ((i = getopt(argc, argv, "abeFf:Il:OSs:T:x")) != EOF) {
+    while ((i = getopt(argc, argv, "abFf:Il:OSs:T:x")) != EOF) {
 	switch(i) {
 	case 'a':
 	    AppendMode = true;




More information about the inn-committers mailing list