* Added some more "break" statements to the main switch..case loop in
authorArt Cancro <ajc@citadel.org>
Fri, 3 Aug 2001 16:53:21 +0000 (16:53 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 3 Aug 2001 16:53:21 +0000 (16:53 +0000)
  citadel.c where they were needed.

citadel/ChangeLog
citadel/citadel.c

index 95721353f169687bf41820a9cddca5ec3927e2ba..654de413e42f557bcf68852a19b94a144aa54085 100644 (file)
@@ -1,4 +1,8 @@
  $Log$
+ Revision 580.18  2001/08/03 16:53:21  ajc
+ * Added some more "break" statements to the main switch..case loop in
+   citadel.c where they were needed.
+
  Revision 580.17  2001/08/03 16:43:53  ajc
  * database_sleepycat.c: when running txn_checkpoint(), handle DB_INCOMPLETE
    return code as a warning instead of an error worthy of aborting the server.
@@ -2652,4 +2656,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
-
index 2c89ac2f89a307604c533974fe5d456dc66fb1b1..d6ef993f2b62f7d5cdef071961390668250ab8db 100644 (file)
@@ -1362,6 +1362,7 @@ PWOK:
                                                termn8 = 1;
                                        }
                                }
+                               break;
 
                        case 86:
                                printf("Do you really want to schedule a "
@@ -1382,6 +1383,7 @@ PWOK:
                                                }
                                        }
                                }
+                               break;
 
                        case 87:
                                mailing_list_management();