]> git.sur5r.net Git - openldap/commitdiff
Add missing break, ugh.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 6 Mar 2006 22:47:06 +0000 (22:47 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 6 Mar 2006 22:47:06 +0000 (22:47 +0000)
clients/tools/ldapmodify.c

index 7765201fe4060486b1a4b3528e10d1f474dc6078..fac525ba81e6a4314459e6086354f7ea95eb1fc1 100644 (file)
@@ -212,6 +212,7 @@ handle_private_option( int i )
                                control );
                        usage();
                }
+               break;
 
        case 'a':       /* add */
                ldapadd = 1;