]> git.sur5r.net Git - openldap/commitdiff
minor cleanup
authorPierangelo Masarati <ando@openldap.org>
Wed, 6 Oct 2004 22:20:30 +0000 (22:20 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 6 Oct 2004 22:20:30 +0000 (22:20 +0000)
servers/slapd/aclparse.c

index 03c2087773490544460e9b472c3ac28d85190fcc..8f9bfbcd4ae6bd0a5409528a6c6cec07f7e7f40d 100644 (file)
@@ -626,7 +626,6 @@ parse_acl(
                                                fname, lineno );
                                }
 
-
                                if ( strcasecmp( argv[i], "*" ) == 0 ) {
                                        bv.bv_val = ch_strdup( "*" );
                                        bv.bv_len = 1;
@@ -1108,7 +1107,8 @@ parse_acl(
                                                if ( expand ) {
                                                        fprintf( stderr,
                                                                "%s: line %d: "
-                                                               "\"expand\" modifier with \"expand\" style\n",
+                                                               "\"expand\" modifier "
+                                                               "with \"expand\" style\n",
                                                                fname, lineno );
                                                }
                                                sty = ACL_STYLE_BASE;